forked from root/threadr.lostcave.ddnss.de
updated readme
parent
2a0874117b
commit
66224bcede
|
@ -3,12 +3,12 @@ This repository will be automagically pulled by the web server each time somethi
|
|||
|
||||
## Symlinks
|
||||
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)
|
||||
* `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` (future status page)
|
||||
* `strassenkind.php` → `strassenkind.ip/index.php` (status page)
|
||||
* `commands_status.conf` → `strassenkind.ip/commands_status.conf`
|
||||
* `commands_ondemand.conf` → `strassenkind.ip/commands_ondemand.conf`
|
||||
|
||||
|
@ -40,3 +40,4 @@ This way, it is possible to change folder names around and fix the URLs in one p
|
|||
* separate home and my feed in %NAVBAR% (or redirect seemlessly)
|
||||
* allow caching of *some* files
|
||||
* put the profile and logout links in a dropdown menu
|
||||
* remove unused symbolic links from the server directory
|
||||
|
|
Loading…
Reference in New Issue