standardnotes / server

Server ecosystem for Standard Notes; fully self-hostable.
https://standardnotes.com/help/self-hosting/docker
GNU General Public License v3.0
249 stars 60 forks source link

What is the differance between this image and the self-hosted image? #335

Closed BobWs closed 2 months ago

BobWs commented 1 year ago

As the title says what is the difference between this image and the self-hosted one? There is not clear documentation about all the changes in images and containers for self-host enthusiastic!

Everytime there is a new name for a image/container and no clear instructions what has changed and which one to use.

0x111 commented 1 year ago

What do you mean this image? The self-hosted branch contains a compose file and env variables for the various services needed to run standardnotes. This repository contains multiple distinct, although related projects. So instead of having separate repositories for auth server, files server etc. this repository contains all of the services under the packages folder.

Does this answer you question?

BobWs commented 1 year ago

Does this answer you question?

Okay thanks for answering! So as I understand there is only on container to install? Is there a docker-compose file for this? The one I have found is only with the database and redis. TIA

0x111 commented 1 year ago

You can find all the instructions you might need here https://github.com/standardnotes/self-hosted