Blu3u
Blu3u
RRuntipi
Created by Blu3u on 4/23/2025 in #🙋🏼・help
Outline seems broken
❤️
34 replies
RRuntipi
Created by Blu3u on 4/23/2025 in #🙋🏼・help
Outline seems broken
so that's not it
34 replies
RRuntipi
Created by Blu3u on 4/23/2025 in #🙋🏼・help
Outline seems broken
I also tried installing like 5 other apps just to be sure that my installation isn't broken but everything worked first time
34 replies
RRuntipi
Created by Blu3u on 4/23/2025 in #🙋🏼・help
Outline seems broken
after all this I've also got some emoji related error, not sure if it's causing outline to not work, but it still doesn't work
34 replies
RRuntipi
Created by Blu3u on 4/23/2025 in #🙋🏼・help
Outline seems broken
I also had to set port to ${APP_PORT} because it otherwise used default 3000 but runtipi wants it's own port 8404
34 replies
RRuntipi
Created by Blu3u on 4/23/2025 in #🙋🏼・help
Outline seems broken
COLLABORATION_URL must be set to something despite being in the optional section (outline bug I guess)
34 replies
RRuntipi
Created by Blu3u on 4/23/2025 in #🙋🏼・help
Outline seems broken
nginx container shouldn't really require any of that (?) but it runs some scripts configuring the main container
34 replies
RRuntipi
Created by Blu3u on 4/23/2025 in #🙋🏼・help
Outline seems broken
After setting DATABASE_URL I got this:
outline-nginx | yarn run v1.22.22
outline-nginx | $ node ./build/server/index.js
outline-nginx | $ node ./build/server/index.js
outline-nginx | {"label":"lifecycle","level":"info","message":"Note: Restricting process count to 1 due to use of collaborative service"}
outline-nginx | {"label":"lifecycle","level":"info","message":"Note: Restricting process count to 1 due to use of collaborative service"}
outline-nginx | Environment configuration is invalid, please check the following:
outline-nginx |
outline-nginx | - The SECRET_KEY environment variable is invalid (Use `openssl rand -hex 32` to generate a value).,- UTILS_SECRET should not be empty,- REDIS_URL should not be empty,- URL must be a URL address, URL should not be empty,- COLLABORATION_URL must be a URL address
outline-nginx | Environment configuration is invalid, please check the following:
outline-nginx |
outline-nginx | - The SECRET_KEY environment variable is invalid (Use `openssl rand -hex 32` to generate a value).,- UTILS_SECRET should not be empty,- REDIS_URL should not be empty,- URL must be a URL address, URL should not be empty,- COLLABORATION_URL must be a URL address
outline-nginx | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
outline-nginx | error Command failed with exit code 1.
outline-nginx | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
outline-nginx | error Command failed with exit code 1.
outline-nginx exited with code 1
outline-nginx | yarn run v1.22.22
outline-nginx | $ node ./build/server/index.js
outline-nginx | $ node ./build/server/index.js
outline-nginx | {"label":"lifecycle","level":"info","message":"Note: Restricting process count to 1 due to use of collaborative service"}
outline-nginx | {"label":"lifecycle","level":"info","message":"Note: Restricting process count to 1 due to use of collaborative service"}
outline-nginx | Environment configuration is invalid, please check the following:
outline-nginx |
outline-nginx | - The SECRET_KEY environment variable is invalid (Use `openssl rand -hex 32` to generate a value).,- UTILS_SECRET should not be empty,- REDIS_URL should not be empty,- URL must be a URL address, URL should not be empty,- COLLABORATION_URL must be a URL address
outline-nginx | Environment configuration is invalid, please check the following:
outline-nginx |
outline-nginx | - The SECRET_KEY environment variable is invalid (Use `openssl rand -hex 32` to generate a value).,- UTILS_SECRET should not be empty,- REDIS_URL should not be empty,- URL must be a URL address, URL should not be empty,- COLLABORATION_URL must be a URL address
outline-nginx | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
outline-nginx | error Command failed with exit code 1.
outline-nginx | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
outline-nginx | error Command failed with exit code 1.
outline-nginx exited with code 1
34 replies
RRuntipi
Created by Blu3u on 4/23/2025 in #🙋🏼・help
Outline seems broken
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
34 replies
RRuntipi
Created by Blu3u on 4/23/2025 in #🙋🏼・help
Outline seems broken
I forked runtipi-appstore and maybe adding DATABASE_URL to outline-nginx as well fixes the problem?
34 replies