diff --git a/README.md b/README.md index def08e6..b38ecda 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,8 @@ Dear Developers, Please use pushes sparingly because it takes a while for the se ## Symlinks 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) - * `icon.png` → `*/common/icon.png` (unused) - * `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` + * `threadr/` → `threadr.lostcave.ddnss.de/threadr/` (all files acessible by the web server) + * `default.html` → `threadr.lostcave.ddnss.de/index.html` (http redirect) ## 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. @@ -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 alternative to foce-updating ThreadR via the status page would be: ``` -ssh @ +ssh @ cd /var/www/git sudo -u www-data -s rm -rf ./web-deployment