The new home of the ThreadR Forum Engine https://threadr.lostcave.ddnss.de
 
 
 
 
 
Go to file
flambus 580adeaf70 „threadr/style.css“ ändern 2020-02-24 08:11:46 +01:00
threadr „threadr/style.css“ ändern 2020-02-24 08:11:46 +01:00
README.md added todo 2020-02-23 21:30:49 +01:00
admin.php added link to another internal page 2020-02-21 07:09:40 +01:00
commands_ondemand.conf improved readability 2020-02-12 06:02:49 +01:00
commands_status.conf added commands to display the end of the deployment log files 2020-02-19 04:00:37 +01:00
cookie_policy.md gitea tried to make "@devs" a link 2020-02-22 01:01:23 +01:00
default.html duplicated redirect page and changed paths to %CONTENT_DIR% 2020-02-19 04:07:26 +01:00
deployment-script.sh fixed a stupid mistake 2020-02-24 01:00:54 +01:00
enforce_ip.template %FORCE_IP% 2020-02-21 13:14:22 +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
my_brain_clipboard Added the swap file of my brainzz. 2020-02-24 08:06:19 +01:00
strassenkind.php replaced some paths with variables 2020-02-19 03:49:30 +01:00
variable_grabbler.cfg fixed a bug 2020-02-24 04:50:48 +01:00
variable_grabbler.py fixed an oversight 2020-02-24 01:05:21 +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)
  • threadr/*/common/threadr/ (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

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. This way, it is possible to change folder names around and fix the URLs in one place for all files simultaneously.

Some server variables that might turn out to be useful (example):

{ "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" }

TODO:

  • add private public visible to boards
  • cookie policy and eula
  • make text replacement tool file based
  • %FORCE_LOGOUT%
  • signup redirect: add check for existing users
  • signup redirect: return redirect header, change index to php for handling highlighting of affected boxes
  • userhome: setting for users that use VPNs/Proxies
  • frontend: dropdown menus?
  • internal status site: add fail2ban status
  • add reverse proxy or similar to admin tools to a user account locked external page
  • %TOKEN% for email verification