2024-03-26
-
hostname
: set and view hostname of the system-i
flag prints ip address of the hostname network
-
Docker Swarm
doker swarm init --advertise-addr <ip-address>
: to initialize swarm mode.docker node ls
: displays all members including manager and worker nodes.
-
Pravserver debugging the issue for inactive accounts, which are inactive for more than 28days.
- https://codeberg.org/prav/pravserver/src/branch/master/src/main/java/im/quicksy/server/configuration/Configuration.java#L54 : line 54 shows the limit set for inactive accounts
- https://codeberg.org/prav/pravserver/src/branch/master/src/main/java/im/quicksy/server/controller/PasswordController.java#L122 (Line 122-142) if the account is inactive for more than 28days unregister and register account through the EjabberdApi.