aboutsummaryrefslogtreecommitdiffstats
path: root/system/services/etebase (unfollow)
Commit message (Collapse)Author
2024-06-13refactor(modules/etesync): Move to a complete moduleBenedikt Peetz
2024-06-11fix(etesync-server): Re-activateBenedikt Peetz
2024-06-01feat(etebase)!: disable etebase-serverSilas Schöffel
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.
2023-11-30refactor(system/services/etebase): explain outcommented static filessils
2023-11-27fix(system/services/etebase): don't serve static filessils
This doesn't work as nginx doesn't have the right permissions.
2023-11-27fix(system/services/etebase): serve static_rootsils
2023-11-27fix(system/services/etebase): micellanous changes to make it worksils
2023-11-18refactor(system/services/etebase): Use a reference to the port numberSoispha
2023-11-18fix(system/services/etebase): Use the correct subdomainsSoispha
This is done to comply with the naming scheme employed at `vhack.eu`.
2023-11-18fix(system/services/etebase): Hard-code localhost ipSoispha
Otherwise, etebase might use the ipv6 ip, whilst nginx uses the ipv4 version. This prevents this issue
2023-11-18Fix(system/services/etebase): Add proxy parameterssils
2023-11-18Fix(system/services/etebase): Proxy ipv4sils
2023-11-18Refactor(system/services/etebase): Formatsils
2023-11-18Fix(system/services/etebase-server): Use nginxsils
2023-11-18Feat(system/services): Add etebase-serversils