updated documentation to reflect the current state of things

master
BodgeMaster 2021-09-01 02:47:24 +02:00
parent a72df3b5ba
commit 7a892270c5
1 changed files with 3 additions and 10 deletions

View File

@ -32,15 +32,8 @@ Dear Developers, Please use pushes sparingly because it takes a while for the se
## Symlinks ## Symlinks
The following files and directories are linked to areas where they can be accessed by the web server: The following files and directories are linked to areas where they can be accessed by the web server:
* `index.html` → `*/common/index.html` (http redirect) * `threadr/``threadr.lostcave.ddnss.de/threadr/` (all files acessible by the web server)
* `icon.png` → `*/common/icon.png` (unused) * `default.html``threadr.lostcave.ddnss.de/index.html` (http redirect)
* `threadr/` → `*/common/threadr/` (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?)
* `strassenkind.php``strassenkind.ip/index.php` (status page)
* `commands_status.conf``strassenkind.ip/commands_status.conf`
* `commands_ondemand.conf``strassenkind.ip/commands_ondemand.conf`
* `internal.css``strassenkind.ip/style.css`
## Variables handled by the deployment script ## Variables handled by the deployment script
~~Here is the place for variables that will be replaced automatically on the server. Using them is encouraged. Using the paths is DISCOURAGED. ~~Here is the place for variables that will be replaced automatically on the server. Using them is encouraged. Using the paths is DISCOURAGED.
@ -86,7 +79,7 @@ It is advised to put commands that have a high disk usage or start/stop/restart/
The file commands_git.conf contains the commands that would be executed by the deployment WebHook. These are there to provide a fast and simple backup solution. The file commands_git.conf contains the commands that would be executed by the deployment WebHook. These are there to provide a fast and simple backup solution.
The alternative to foce-updating ThreadR via the status page would be: The alternative to foce-updating ThreadR via the status page would be:
``` ```
ssh <user>@<strassenkind.ip|lostcave.ddnss.de> ssh <user>@<threadr.ip|no public access set up currently>
cd /var/www/git cd /var/www/git
sudo -u www-data -s sudo -u www-data -s
rm -rf ./web-deployment rm -rf ./web-deployment