Outline seems broken
In the logs I get:
Previously I tried installing Outline manually, but the official guide is broken 🫠 and I figured that Outline is also supported on Runtipi.
DATABASE_URL
is already defined in ~/runtipi/apps/outline/docker-compose.yml
so I have no idea at this point.
Can anyone reproduce this? Clean install of runtipi...14 Replies
I forked
runtipi-appstore
and maybe adding DATABASE_URL
to outline-nginx
as well fixes the problem?@sergi0g please check this out
I made some progress by adding env vars to outline-nginx as well, but I keep getting new errors... maybe newer version of outline no longer works with those scripts?
https://github.com/runtipi/runtipi-appstore/compare/master...Blu3u:runtipi-appstore:master
GitHub
Comparing runtipi:master...Blu3u:master · runtipi/runtipi-appstore
Official Runtipi AppStore. Apps and updates live here! - Comparing runtipi:master...Blu3u:master · runtipi/runtipi-appstore
After setting
DATABASE_URL
I got this:
nginx container shouldn't really require any of that (?) but it runs some scripts configuring the main container
COLLABORATION_URL
must be set to something despite being in the optional section (outline bug I guess)
I also had to set port to ${APP_PORT} because it otherwise used default 3000 but runtipi wants it's own port 8404I also tried installing like 5 other apps just to be sure that my installation isn't broken but everything worked first time
so that's not it
Hey! Looks like a recent update might have broken outline. I'll check it out
Outline version 0.83.0 is broken for me as well
although this might be version 0.82.0
@Stavros the yml compose has 0.83.0 and the json has 0.82.0
any idea why?
@Stavros renovate has fucked up very bad
this might not be the cause of the problem but I'm running 2 different versions of outline

YO WHAT
the dynamic compose and the normal one are different
nginx should be running nginx
looks like this renovate commit broke everything
instead of starting nginx, this tries to start another outline instance
and the required environment variables are obviously not set
and they shouldn't be
I'll try to fix this asap
@Stavros @Lancelot can one of you please fix this because I'm on my phone and I can't commit stuff?
(btw I have bad internet)
Not rn
Very busy
@Blu3u the latest update to Outline fixes the problem
Sorry!
❤️