4 Commits

Author SHA1 Message Date
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
Kyle Robbertze
bba38c31ac
docs: fix broken codeblocks (#3142) 2025-03-14 11:46:04 +00:00
Kyle Robbertze
794f25be6e
docs: update admonitions to use correct levels (#3140)
https://docusaurus.io/blog/preparing-your-site-for-docusaurus-v3#admonition-warning
2025-03-13 17:46:08 +00:00
Kyle Robbertze
811f1eb833
docs: prepare docs for Docusaurus v3 (#3139)
### Description

V3 has several breaking changes that need to be addressed

### Testing Notes

**What I did:**

Tested using docusaurus:

```shell
make docs-dev
```
2025-03-13 16:15:54 +00:00