- 19
- 2
- NAS
- Synology DS920+
- Operating system
- Windows
- Mobile operating system
- Android
- iOS
Hi all, I came across a company called GetOutline that has developed a "knowledge management" database type system similar to Notion, Roam Research, Obsidian. www.getoutline.com
These applications like Roam, Notion, Outline, etc are part of a new wave of applications that allow for people to collaborate together and form as a "second brain" for your notes, research, studies, etc. These apps are more than just basic wiki's. Apps like Roam Research and Obsidian allow for what's called "bidirectional linking" which is a bottom up level of organizing notes and thoughts together. However, some apps like Roam have a SaaS model, and others like Obsidian are free in beta but is not open source and cannot be self-hosted.
The company behind GetOutline made their solution available to be self-hosted as a docker container: outline/outline
This app has a number of dependencies which makes it difficult to install (requires slack/google authentication, Amazon S3, Postgresql, etc.) However, I saw someone who managed to install it! He used Minio to substitute the Amazon S3 database and is using Caddy as the reverse proxy instead of NPM. For those interested, he documented his steps here: Deploying Outline with Docker and Caddy – Guru Computing Blog
I wanted to install this knowledge management system and try it out, but I'm running into a problem to install this using Portainer and the docker compose file he created. My docker compose references 3 .env files ( you can see my picture below).
When I try to install Outline using the .env file I get a deployment error from Portainer saying that it cannot find the .env file. I mapped the path to my system where the .env file can be found. Is there issues in getting Portainer on Synology to run and install .env files?
Would anyone be able to help me understand what is wrong? This is my first time dealing with .env files. Usually in docker containers I've had specific environmental variables so I havent had this issue yet. I made sure to make the .env file properly by creating a textfile in notepad and saving it with the .env extension and selecting "all files" in the dropdown. Windows seems to identify it as an env file so I dont think I've done anything wrong there. Must be some config thing I'm not aware of.
T
These applications like Roam, Notion, Outline, etc are part of a new wave of applications that allow for people to collaborate together and form as a "second brain" for your notes, research, studies, etc. These apps are more than just basic wiki's. Apps like Roam Research and Obsidian allow for what's called "bidirectional linking" which is a bottom up level of organizing notes and thoughts together. However, some apps like Roam have a SaaS model, and others like Obsidian are free in beta but is not open source and cannot be self-hosted.
The company behind GetOutline made their solution available to be self-hosted as a docker container: outline/outline
This app has a number of dependencies which makes it difficult to install (requires slack/google authentication, Amazon S3, Postgresql, etc.) However, I saw someone who managed to install it! He used Minio to substitute the Amazon S3 database and is using Caddy as the reverse proxy instead of NPM. For those interested, he documented his steps here: Deploying Outline with Docker and Caddy – Guru Computing Blog
I wanted to install this knowledge management system and try it out, but I'm running into a problem to install this using Portainer and the docker compose file he created. My docker compose references 3 .env files ( you can see my picture below).
When I try to install Outline using the .env file I get a deployment error from Portainer saying that it cannot find the .env file. I mapped the path to my system where the .env file can be found. Is there issues in getting Portainer on Synology to run and install .env files?
Would anyone be able to help me understand what is wrong? This is my first time dealing with .env files. Usually in docker containers I've had specific environmental variables so I havent had this issue yet. I made sure to make the .env file properly by creating a textfile in notepad and saving it with the .env extension and selecting "all files" in the dropdown. Windows seems to identify it as an env file so I dont think I've done anything wrong there. Must be some config thing I'm not aware of.
T