Hello,
I searched in the settings but I cannot find a way to temporarily disable a forum (such as to disable it for upgrades/changes/etc.). Where would I find such an option?
I want to disable logins that are not administrators and have it show as offline should anyone attempt to sign in.
Thanks
In the backup area, press the âenable read only modeâ button.
In that section I only see:
Enable read only mode while taking a backup
There doesnât seem to be a more âpermanentâ version. Also if read only would be the only way, can I disable logins as well?
Got it thank you! Was looking in the Backup Settings instead.
Also, in the event I wish to disable log ins or take the forum completely offline is this possible?
Stephen
(Stephen)
20 juli 2019 om 01:41
6
If you donât want anyone to access it change your a record and add it to your hosts.
DiscoWebmaster:
disable log ins
You can disable logins via your site settings, or re-rerun the setup wizard which will also allow you to make your site login required.
frold
25 oktober 2019 om 11:07
8
If you want to disable it totally.
Eg with a msg like âThe forum is temporary down due to maintenanceâ
As I need to move from server 1 (vultr) to server 2 (digitalocean)
and in that case also from url.tld to forum.url.tld
how do I do that?
pfaffman
(Jay Pfaffman)
25 oktober 2019 om 11:18
9
I usually just put the old site in read only mode while making the transition to the new site.
Stephen:
change your a record
This isnât working, perhaps due to caching? Iâm using AWS and DigitalOcean. Users who are logged in can still browse the old Discourse instance. Can I force a logout of everyone?
Stephen
(Stephen)
13 oktober 2020 om 01:46
12
Why not stop the container
Stephen:
stop the container
If I ssh into the droplet, cd into /var/discourse/, and run ./launcher stop app, it outputs:
+ /usr/bin/docker stop -t 10 app
app
But Iâm still able to navigate and interact with the old Discourse instance in my other open web browser.
Stephen
(Stephen)
13 oktober 2020 om 03:02
14
Are you sure you connected to the correct server?
Whatâs the result of docker ps?
Are you sure you connected to the correct server?
Yes, I see it named in the command-line prompt.
Whatâs the result of docker ps ?
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
riking
(Kane York)
25 oktober 2020 om 07:44
16
That says that nothingâs running. Are you sure youâre administrating the correct server?
pfaffman
(Jay Pfaffman)
25 oktober 2020 om 12:20
17
Discourse caches a bunch of stuff, so sometimes a site will appear to display when itâs down. If the site still shows it you do a hard reload, youâre not logged in to the right server
I eventually just gave up and removed the subdomain from public service entirely, thank you.