A python script to enable users to register on tilde.fun.
Find a file
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..
2019-10-17 13:34:43 +02:00
config Reflect changes made 2019-09-24 00:38:03 +02:00
private Move import related stuff to the Import.py script. 2019-10-17 11:57:29 +02:00
public Actually we allow currently strange things, this fixes it on the usernames 2019-10-16 22:48:50 +02:00
.gitignore add gitignore 2019-10-13 10:53:09 +02:00
Dockerfile Let the container stop gracefully with exec! 2019-10-17 13:34:43 +02:00