Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Outline

23 Topics 152 Posts
  • Outline - Package Updates

    Pinned
    31
    0 Votes
    31 Posts
    2k Views
    Package UpdatesP

    [1.8.0]

    Add checklist
  • Unable to login to Outline

    Solved
    6
    0 Votes
    6 Posts
    82 Views
    S

    Strangely, once I logged in using Incognito Mode, I was then able to login using non-incognito mode without needing to clear the cache at all.

  • Magic signin link not sent since 1.7.0 / 0.81.0 update

    Solved
    19
    1 Votes
    19 Posts
    338 Views
    G

    I confirm that the the update fixes the issue on my instantce of outline. 👍

  • Authentication failed on Package Version 1.6.0

    Solved
    5
    0 Votes
    5 Posts
    215 Views
    T

    @Maxim yeah deleting that helped DELETE FROM user_authentications;
    In our family one user got the same problem.
    The message in German is:
    """
    Authentifizierung fehlgeschlagen - wir konnten dich zu diesem Zeitpunkt nicht anmelden. Bitte versuche es erneut.
    """

    The App Event log in cloudron did not show any error, only the logs.

  • Google Login challenges

    10
    0 Votes
    10 Posts
    698 Views
    S

    @marylou Where we ended up landing: both buttons are visible but only Google Login button gets used. Not perfect, but the app is fantastic.

  • Dropped characters while typing (app specific query)

    2
    1 Votes
    2 Posts
    106 Views
    J

    @BenjiFranklin you should report this in the outline forum at https://github.com/outline/outline/discussions instead

  • Customize mail FROM name for APPS like Outline

    Solved
    5
    1 Votes
    5 Posts
    321 Views
    B

    @girish Ahhh ... I think because the settings section didn't populate with Gmail.com after I established this as the outbound, I figured this panel was inactive and overiden by my new outbound settings.

    I now see that this panel will still set the from name and reply to address while the sending address will come from outbound.

    It might still be nice if the gmail our newly-established outbound address populated in this panel once established and then users could also use this as a reply-to address? Or even better - an ability to set any chosen reply to address not tied to this server like I might just want to put "myname@maincompany.com" as my reply to instead of the server domain ... I guess a work around is to create a forwarding address but that's additional work.

    Just a thought. Great work, again.

  • Using Licensed Version

    2
    0 Votes
    2 Posts
    166 Views
    girishG

    I think not. From what I can make out (for example, commit message of https://github.com/outline/outline/pull/3634) , enterprise is a totally separate codebase which is private. Maybe you can double check this with their support team.

  • Can't do first login

    Solved
    11
    1 Votes
    11 Posts
    285 Views
    S

    @nebulon

    Ah, never mind.
    Just tested a new Outline instance, with Google SSO.

    Although, it works, it works only with Google Workspace accounts, and not with private emails.

  • Outline stopped working after upgrade to 1.2

    Moved
    7
    1 Votes
    7 Posts
    560 Views
    E

    Thank you!

  • Is using AWS S3 possible?

    Solved
    6
    2 Votes
    6 Posts
    520 Views
    girishG

    I am not convinced there is cost benefit to be had by moving to S3 here. Unless you have 100GB of attachments or something. On Hetzner, 20GB is less than a EUR a month. S3 also costs money...

    Anyway, it's not my place to decide about costs. I have adjusted the latest package to make the storage configurable.

  • Outline can't login after users e-mail change

    Moved
    5
    0 Votes
    5 Posts
    133 Views
    girishG

    Outline upstream uses email ids to track users and does not use usernames (despite Cloudron OIDC setting the sub claim to username). When the email changes, it thinks that this is a new user. Unfortunately, there is no way to fix this since this is how upstream app is implemented.

  • Great addition!

    1
    6 Votes
    1 Posts
    134 Views
    No one has replied
  • Authentication failed

    6
    0 Votes
    6 Posts
    644 Views
    L

    So, after E-Mail change, reinstall the app and import backup

  • "Sorry, this file is too large – the maximum size is 1 MB"

    Solved
    3
    1 Votes
    3 Posts
    546 Views
    jdaviescoatesJ

    @girish said in "Sorry, this file is too large – the maximum size is 1 MB":

    @superhua you have to add export in front of the variables. So,

    export FILE_STORAGE=local export FILE_STORAGE_UPLOAD_MAX_SIZE=26214400

    A trick to remember this is that we use the .sh extension (shell) when export keyword is required.

    Be useful to add that info to https://docs.cloudron.io/apps/outline/#custom-config 😉

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Migrate from Notion to Outline

    3
    1 Votes
    3 Posts
    658 Views
    P

    @jdaviescoates hello, thank's for your answer. Yes, They have a import tool specific for Notion (that tool is not mentioned in Outline guides, but is in Import options).

  • Milestones to being stable?

    Solved
    4
    3 Votes
    4 Posts
    424 Views
    nebulonN

    I've marked the app as stable now with the latest package update.

  • Env variables not working

    11
    1 Votes
    11 Posts
    1k Views
    girishG

    The default appears to behttps://iframe.ly . https://github.com/outline/outline/blob/9e9fedaff1e72f93f61ca752b80368dd1f0cdf1a/server/env.ts#L685 . But at the same time, the plugin manifest says both vars are required - https://github.com/outline/outline/blob/9e9fedaff1e72f93f61ca752b80368dd1f0cdf1a/plugins/iframely/plugin.json#L4 . Best to check upstream. Let us know what you find!

  • OIDC Override Post Installation

    Solved
    6
    2 Votes
    6 Posts
    582 Views
    S

    Wanted to note that the optionalSso change here allowed me to fix my Google Login issue, too! https://forum.cloudron.io/post/77654