This section documents the custom-built websites, tools, and internal applications hosted on the server.
- Some apps are static sites served by nginx
- Some apps have a separate backend or API
- Most are routed publicly through Nginx Proxy Manager
- Files are generally stored under
/srv/docker/web or related data locations
- Public apps should be documented with their domain, container, and file path
- Static app files should remain separate from compose definitions
- If an app has custom logic, document both frontend and backend parts