summary refs log tree commit diff stats
path: root/system/services/etebase (follow)
Commit message (Collapse)AuthorAge
* feat(etebase)!: disable etebase-serverSilas Schöffel2024-06-01
| | | | | | Sadly, it's author didn't manage to update to a newer version of django before the used version (3.2) reached EOL and was affected by CVE-2024-27351. It's unreasonable to continue using it.
* refactor(system/services/etebase): explain outcommented static filessils2023-11-30
|
* fix(system/services/etebase): don't serve static filessils2023-11-27
| | | | This doesn't work as nginx doesn't have the right permissions.
* fix(system/services/etebase): serve static_rootsils2023-11-27
|
* fix(system/services/etebase): micellanous changes to make it worksils2023-11-27
|
* refactor(system/services/etebase): Use a reference to the port numberSoispha2023-11-18
|
* fix(system/services/etebase): Use the correct subdomainsSoispha2023-11-18
| | | | This is done to comply with the naming scheme employed at `vhack.eu`.
* fix(system/services/etebase): Hard-code localhost ipSoispha2023-11-18
| | | | | Otherwise, etebase might use the ipv6 ip, whilst nginx uses the ipv4 version. This prevents this issue
* Fix(system/services/etebase): Add proxy parameterssils2023-11-18
|
* Fix(system/services/etebase): Proxy ipv4sils2023-11-18
|
* Refactor(system/services/etebase): Formatsils2023-11-18
|
* Fix(system/services/etebase-server): Use nginxsils2023-11-18
|
* Feat(system/services): Add etebase-serversils2023-11-18