Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/esp-link/commit/391b6d014e36abf6357e0504b640866fb01634c9
You should set ROOT_URL correctly, otherwise the web may not work correctly.
# Adding JPG or PNG files (and any other compressed formats) is not recommended, because GZIP compression does not works effectively on compressed files.
#Static gzipping is disabled by default.
#GZIP_COMPRESSION = "yes"
GZIP_COMPRESSION?="no"
# If COMPRESS_W_YUI is set to "yes" then the static css and js files will be compressed with yui-compressor
# This option works only when GZIP_COMPRESSION is set to "yes"
# http://yui.github.io/yuicompressor/
#Disabled by default.
#COMPRESS_W_YUI = "yes"
COMPRESS_W_YUI?="no"
YUI-COMPRESSOR?= /usr/bin/yui-compressor
#If USE_HEATSHRINK is set to "yes" then the espfs files will be compressed with Heatshrink and decompressed
#on the fly while reading the file. Because the decompression is done in the esp8266, it does not require
#any support in the browser.
USE_HEATSHRINK="yes"
USE_HEATSHRINK?="yes"
#Position and maximum length of espfs in flash memory