bjornregnell / sigrid

Help queue web app for lab sessions and tutorials.
Apache License 2.0
10 stars 6 forks source link

improve server box deployment and operation #46

Open bjornregnell opened 2 months ago

bjornregnell commented 2 months ago

I currently run sbt under screen in production on my desktop box -- not very resilient...

Should probably be a container in an auto-restartable-on-crash VM that runs the server using scala-cli or similar (sbt is overkill and screen is cryptic and not so easy for sysadmin)

bjornregnell commented 2 months ago

also the server should have a certificate to allow https...