underground-software / singularity

KDLP: Beyond the event horizon
https://kdlp.underground.software
GNU General Public License v3.0
0 stars 0 forks source link

replace orbit with container running apache #16

Open charliemirabile opened 4 months ago

charliemirabile commented 4 months ago

authentication can move to nginx auth_request sent to separate auth container that also integrates with database and serves matrix/jitsi/email (perhaps using uwsgi) markdown can be served using https://github.com/hamano/apache-mod-markdown (can insert header/footer/css) cgit can just be a native cgi application instead of needing fcgiwrap or the current jank impl in orbit (can insert header/footer/css) current dynamic pages can be promoted to full cgi applications that can live at a specific path static content is static content

whole website topology exists as paths within a single repo

theyoyojo commented 4 months ago

interesting