This commit is contained in:
2024-11-07 08:58:20 +01:00
parent c10df3b7a0
commit aa94f9eee1

View File

@@ -4,14 +4,14 @@ WebHosting is a service for running simple web apps without the need to operate
## How to Use the Service
1. **Access the Repository**
- Navigate to the repository: [WebHosting](https://git.psi.ch/linux-infra/WebHosting)
2. **Prepare Your Service**
1. **Prepare Your Service**
- Ensure your service is running in a Docker container.
2. **Create a Branch or Fork**
- Navigate to the repository: [WebHosting](https://git.psi.ch/linux-infra/WebHosting)
3. **Edit the Docker Configuration**
- Update the `docker-compose.yaml` file with the necessary configuration for your web server.
- Update the `docker-compose.yaml` file located in the repository with the necessary configuration for your web server.
- Add your web server configuration file to the `conf.d` directory (use `proxy_pass` with the container's name as specified in `docker-compose.yaml`).
4. **Create a Merge Request**
@@ -29,7 +29,7 @@ WebHosting is a service for running simple web apps without the need to operate
## Additional Information
- **Available Services**
- Elog is pre-configured as a container.
- Elog is pre-configured as a container and can be ordered or configured by you.
- **Backup Schedule**
- Logbooks are backed up hourly, retained for one week.