Memos - A privacy-first, lightweight note-taking service.
-
@Kubernetes make sure to set the HOME env to /app/data and see if that helps with the paths.
You can log/redirect the output of the binary to a file.
-
@Kubernetes that's odd, but sounds like it expects other files to be there, so it may as well run from /app/code
what's the error there?
-
It complains that /var/opt/memos is unavailable (which is true)
-
@Kubernetes aha! does the binary have --help options to set that elsewhere?
From GH:
The~/.memos/
directory will be used as the data directory on your local machine, while/var/opt/memos
is the directory of the volume in Docker and should not be modified.HOME will take care of .memos
-d (--data) will set the data dir -
Great, now the app starts in Cloudron, but in Browser I just get "No frontend embeded." now
-
Ok, I still miss the frontend compilation
-
@Kubernetes there is no separate FE app, so is the port set up right? there is also the -m prod|dev option but not sure what the difference is.
-
In Dockerfile the frontend is build separately in another stage build. I missed that. Just trying to get this done.
-
@Kubernetes You're right, forgot that it was a mix.
there may also be a MEMOS_DATA env to set at the bottom. -
-
-