Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app: adding outline #549

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

roniel-rhack
Copy link

@roniel-rhack roniel-rhack commented Jul 24, 2024

Outline is a wiki and knowledge base tool that helps your team document your knowledge and build a culture of transparency.

Closes #339

Outline Website

@roniel-rhack
Copy link
Author

@CorrectRoadH I added the Outline app myself. I hope you don't mind. Could you please review it?

@CorrectRoadH
Copy link
Member

it not work for me😂
the logs

- The SECRET_KEY environment variable is invalid (Use `openssl rand -hex 32` to generate a value).
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn run v1.22.22
$ node ./build/server/index.js
{"label":"lifecycle","level":"info","message":"Note: Restricting process count to 1 due to use of collaborative service"}
Environment configuration is invalid, please check the following:

@roniel-rhack
Copy link
Author

roniel-rhack commented Jul 24, 2024

it not work for me😂 the logs

- The SECRET_KEY environment variable is invalid (Use `openssl rand -hex 32` to generate a value).
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn run v1.22.22
$ node ./build/server/index.js
{"label":"lifecycle","level":"info","message":"Note: Restricting process count to 1 due to use of collaborative service"}
Environment configuration is invalid, please check the following:

did you replace the value of the SECRET_KEY env variable using openssl rand -hex 32?
i have been using it in my local without any issue

@CorrectRoadH
Copy link
Member

it not work for me😂 the logs

- The SECRET_KEY environment variable is invalid (Use `openssl rand -hex 32` to generate a value).
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn run v1.22.22
$ node ./build/server/index.js
{"label":"lifecycle","level":"info","message":"Note: Restricting process count to 1 due to use of collaborative service"}
Environment configuration is invalid, please check the following:

did you replace the value of the SECRET_KEY env variable using openssl rand -hex 32? i have been using it in my local without any issue

Would the docker compose yaml will install Postgres and Redis together?🤔 If it can't be install by one-click, we need to modify it.

@roniel-rhack
Copy link
Author

it not work for me😂 the logs

- The SECRET_KEY environment variable is invalid (Use `openssl rand -hex 32` to generate a value).
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn run v1.22.22
$ node ./build/server/index.js
{"label":"lifecycle","level":"info","message":"Note: Restricting process count to 1 due to use of collaborative service"}
Environment configuration is invalid, please check the following:

did you replace the value of the SECRET_KEY env variable using openssl rand -hex 32? i have been using it in my local without any issue

Would the docker compose yaml will install Postgres and Redis together?🤔 If it can't be install by one-click, we need to modify it.

There are other apps in the store that follow the approach of asking for a database url, I believe it’s a better approach, because if you already have a database and redis container running in your local you don’t need a new one. If every app install all the dependencies the system will be full of repeated containers and you will lose computational resources

@CorrectRoadH
Copy link
Member

There are other apps in the store that follow the approach of asking for a database url, I believe it’s a better approach, because if you already have a database and redis container running in your local you don’t need a new one. If every app install all the dependencies the system will be full of repeated containers and you will lose computational resources

postgres and redis are two lightweight services. So I think it don't cost too much computational resources🤔 I think our user like one-click more than less resource usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[App Request] Outline Wiki
2 participants