on Zoom/discord/twitch self hosted options · c/selfhosted · 1 pts · 3yjitsi meet/mumble (here is web interface too)/owncasy
on I erroneously set my personal lemmy instance to private! how do i access it now?! · c/nostupidquestions · 4 pts · 3yIn your case you can try this: $ docker exec -ti lemmy_postgresql_1 bash or put here your container name instead "lemmy_postgresql_1", look inside docker ps output $ su postgres $ psql -d lemmy $ UPDATE local_site SET private_instance = false; Then restart docker container with docker restart lemmy_lemmy_1 # or your container name instead "lemmy_lemmy_1", look inside docker ps output
on I erroneously set my personal lemmy instance to private! how do i access it now?! · c/nostupidquestions · 3 pts · 3yConnect to your database and execute this sql: UPDATE local_site SET private_instance = false Then restart docker container
jitsi meet/mumble (here is web interface too)/owncasy
In your case you can try this:
or put here your container name instead "lemmy_postgresql_1", look inside
docker psoutputThen restart docker container with
docker restart lemmy_lemmy_1# or your container name instead "lemmy_lemmy_1", look insidedocker psoutputConnect to your database and execute this sql:
UPDATE local_site SET private_instance = falseThen restart docker container