Your ROOT_URL in app.ini is https://git.boxtec.ch/ but you are visiting https://src.ch.to/psycodad/wttr.in/blame/commit/a55517275d72a7be6cc4bc658a511f0b982f9c8d/share/screenrc You should set ROOT_URL correctly, otherwise the web may not work correctly.
wttr.in/share/screenrc

3 lines
154 B

screen -t srv.py bash -c "cd ~/wttr.in; ve/bin/python bin/srv.py; bash -i"
screen -t proxy.py bash -c "cd ~/wttr.in; ve/bin/python bin/proxy.py; bash -i"