libretime/docs/admin-manual
Jonas L. 659ac7aa77
feat: include nginx config inside libretime-nginx container (#3157)
### Description

- Removes the need to download the nginx config file during the install,
- Can be overridden by mounting your own config file.


**This is a new feature**:

Reduce the amount of steps and files to install LibreTime using
docker-compose.

**I have updated the documentation to reflect these changes**:

Yes

### Testing Notes

**What I did:**

Do not mount the `./docker/nginx.conf` file in
`docker-compose.override.yml` and run:

```
make dev
```

### **Links**

Related to #3155
2025-05-29 20:58:26 +02:00
..
2025-03-14 11:46:04 +00:00

title
Administrator manual

Welcome to the LibreTime administrator manual, you should find guides and references to setup and configure LibreTime.

:::warning

This documentation assumes that you:

  • have basic understanding of command line interfaces,
  • have a basic understanding of networking.

:::

:::tip

Before following any steps, be sure that your system is up-to-date.

:::

Install and configure

Advanced