A python script to enable users to register on tilde.fun.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Darksider3 3ae497e2eb Let the container stop gracefully with exec!
Right now the container can't stop gracefully because the sshd-server
runs on the server as PID 0. This results in the docker daemon not
killing it but waiting for it to die, which never happens, and results
in the default timeout-wait before it KILLS the process. With exec, the
sshd becomes PID 1 and can receive and process signals(probably SIGTERM
here) and handles them as well. The container stops now nearly
instantly..
5 years ago
config Reflect changes made 5 years ago
private Move import related stuff to the Import.py script. 5 years ago
public Actually we allow currently strange things, this fixes it on the usernames 5 years ago
.gitignore add gitignore 5 years ago
Dockerfile Let the container stop gracefully with exec! 5 years ago