run docker container without root users, fix broken links

This commit is contained in:
Joerg Reichert 2023-04-16 12:52:38 +02:00
parent f006eed660
commit 19c29ef021
12 changed files with 151 additions and 90 deletions

View file

@ -13,7 +13,7 @@ html
h5#content = 'Inhalt'
div
| Im Rahmen unseres wöchentlichen Treffens im <a href="https://codefor.de/leipzig/">OKLab Leipzig</a> haben wir
einen Aufsatz auf das offizielle <a href="https://ratsinfo.leipzig.de/">Leipziger Ratsinformationssystem</a>
einen Aufsatz auf das offizielle <a href="https://ratsinformation.leipzig.de/">Leipziger Ratsinformationssystem</a>
entwickelt, welcher dieses besser durchsuchbar machen soll.
h5#programming = 'Programmierung'
ul
@ -25,5 +25,5 @@ html
li = link_to 'Web Anwendung Source Code', 'https://github.com/CodeforLeipzig/stadtratmonitor'
li = link_to 'Scraper Source Code', 'https://github.com/jrlover/city_council_leipzig_recent_papers'
li = link_to 'Scraper Ausführung', 'https://morph.io/jrlover/city_council_leipzig_recent_papers'
li = link_to 'Leipziger Ratsinformationssystem (Quelle)', 'https://ratsinfo.leipzig.de/'
li = link_to 'Leipziger Ratsinformationssystem (Quelle)', 'https://ratsinformation.leipzig.de/'
li = link_to 'Impressum unserer Organisation Code for Germany (das auch für dieses Seite gelten soll)', 'https://codefor.de/impressum/'