Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Wouldn't you agree it's time to present your case in a way that someone else actualy has a fighting chance to understand what you tried so far and where the problem is? I am quite confident more people (including me) are willing to iron out the problems with your approach, then writing a step by step instruction from the scratch.I have experience in setting up Matrix Synapse on a virtual server from a provider, but setting up in docker does not work.
?Why don't you just use my bootstraping project? It will give a correct configured starting point. Since you are experienced with Synapse already, you should be able to pick up from there and add the configurations you need.
Hi,
It is opinionated the way it bootstraps Matrix... You can either modify the code to serve your needs, or you prefarably take it as it isI'm want to test synapse and would like to use your bootstraping project. My question is I already have a running Postgres container, so how can I use that with your script?
Keep getting this error messageIt is opinionated the way it bootstraps Matrix... You can either modify the code to serve your needs, or you prefarably take it as it is![]()
The database cluster will be initialized with locale "en_US.utf8".
initdb: error: "UTF-8 --lc-collate=C --lc-ctype=C" is not a valid server encoding name
well my folders are still empty so I don’t have anything to delete and to start over.I just delete all the data folders and started with a fresh installation. I am not getting the error.
I added color markers to the logoutput of my script - also the Mautrix-Whatsapp Bridge is added, though it's work in progress and by no means finished, so better keep it disabled.
No I i’m trying to install it on Docker on a VM/alpine. And yes I’m using a good editor (BBedit).You did clone the git repo straight on your diskstation, right and edit the config file with a decent editor that knows how to retain linux line endings?
I just copy and paste your line into my CLi commands to create the postges container. I also tried to create the data base through pgadmin but I’m getting the same error and the database cannot be created.My output for the localization looks different than yours. Yours had the locales at the end of the line, while mine is a multiline output. By any chance, did you change the configured image?
Ah, you are not using it on your Syno. The reverse proxy configuration part expects certificates to be present where the certificate manager stores it and I am not sure if the nginx reverse proxy configuration will work ootb on systems other then Syno's. The whole logging (ok/error) is suited to Syno's directory structure and the presents of files/folders in them. You might get other errors that are not be handled by my logging. Afterall it is specificly made for Docker on Synology.No I i’m trying to install it on Docker on a VM/alpine.
Hmm. I can see that you have the problem, though it makes zero sense to me. Since the same image is used to create the container the result should be the same... appearently it is not.I just copy and paste your line into my CLi commands to create the postges container. I also tried to create the data base through pgadmin but I’m getting the same error and the database cannot be created.
I would like to test it first before installing it on my syno, because I already have a postgres database running on my syno docker for mattermost. And your script is designed to create everything even the database and I’m afraid that I could mes things up if I use your script. so that’s why I’m trying it first in a test environment.Ah, you are not using it on your Syno. The reverse proxy configuration part expects certificates to be present where the certificate manager stores it and I am not sure if the nginx reverse proxy configuration will work ootb on systems other then Syno's. The whole logging (ok/error) is suited to Syno's directory structure and the presents of files/folders in them. You might get other errors that are not be handled by my logging. Afterall it is specificly made for Docker on Synology.
So if your saying I could install it on docker syno without a problem for my existing postgres database and it wouldn’t affect anything?How should the sript mess it up? The containers are running in their own network, postgres does not publish ports.
FYI: the postgres db args are taken from the official docker-compose.yml of Synapse. They are also mentioned as requirement in the README.md of Synapse.
Though, I can't realy help you with the individual setup. The idea of the bootstrapping was to have a reproducable solution that behaves identical in all installations.
We use essential cookies to make this site work, and optional cookies to enhance your experience.