2020-01-02 12:33:49 +01:00
# 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.html` → `lostcave.ddnss.de/index.html` (http redirect)
* `admin.php` → `admin.strassenkind.ip/index.php` (future management page, maybe for services, available sites, users, etc?)
2020-01-22 10:22:57 +01:00
* `strassenkind.php` → `strassenkind.ip/index.php` (future status page)
2020-02-12 04:28:16 +01:00
* `commands_status.conf` → `strassenkind.ip/commands_status.conf`
* `commands_ondemand.conf` → `strassenkind.ip/commands_ondemand.conf`
2020-02-17 02:06:40 +01:00
## 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",
2020-02-17 02:07:16 +01:00
"REMOTE_ADDR":"10.1.1.3"
2020-02-17 02:06:40 +01:00
}