The new home of the ThreadR Forum Engine https://threadr.lostcave.ddnss.de
 
 
 
 
 
Go to file
LinuxMint4Ever 1a5f0d60ec duplicated redirect page and changed paths to %CONTENT_DIR% 2020-02-19 04:07:26 +01:00
content moved index file to common/content to make things easier 2020-02-19 04:04:08 +01:00
README.md fixed a trailing comma 2020-02-17 02:07:16 +01:00
admin.php improved readability 2020-02-17 01:58:11 +01:00
commands_ondemand.conf improved readability 2020-02-12 06:02:49 +01:00
commands_status.conf made free human-readible 2020-02-12 05:59:57 +01:00
default.html duplicated redirect page and changed paths to %CONTENT_DIR% 2020-02-19 04:07:26 +01:00
deployment-script.sh added variable replacement command for %CONTENT_DIR% 2020-02-19 03:54:48 +01:00
icon.png Initial commit of various files 2020-01-02 12:33:49 +01:00
index.html duplicated redirect page and changed paths to %CONTENT_DIR% 2020-02-19 04:07:26 +01:00
strassenkind.php replaced some paths with variables 2020-02-19 03:49:30 +01:00

README.md

Git based automatic web deployment system

This repository will be automagically pulled by the web server each time something is pushed by a user. The following files and directories are linked to areas where they can be accessed by the web server:

  • index.html*/common/index.html (the website as seen by the majority of the users, maybe a login page?)
  • icon.png*/common/icon.png (self-explanatory)
  • stylesheet.css*/common/stylesheet.css (self-explanatory)
  • content/*/common/content/ (everything else acessible by the web server)
  • default.htmllostcave.ddnss.de/index.html (http redirect)
  • admin.phpadmin.strassenkind.ip/index.php (future management page, maybe for services, available sites, users, etc?)
  • strassenkind.phpstrassenkind.ip/index.php (future status page)
  • commands_status.confstrassenkind.ip/commands_status.conf
  • commands_ondemand.confstrassenkind.ip/commands_ondemand.conf

Some server variables that might turn out to be useful:

{ "HTTP_USER_AGENT":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0", "REMOTE_ADDR":"10.1.1.3" }