mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-12-20 02:51:14 +00:00
Merge branch 'master' of https://github.com/tborychowski/self-hosted-cookbook
* 'master' of https://github.com/tborychowski/self-hosted-cookbook: . new links fixes #4 Update get-started.md Update get-started.md Update lychee.md Update lychee.md Update lychee.md
This commit is contained in:
@@ -18,7 +18,7 @@ This file is required to increase the upload size (from the default 20MB).
|
||||
Original can be found here: [default.conf](https://github.com/LycheeOrg/Lychee-Docker/blob/master/default.conf).
|
||||
This will increase the size to 1000MB (`upload_max_filesize` and `post_max_size`):
|
||||
|
||||
```conf
|
||||
```nginx
|
||||
user www-data;
|
||||
worker_processes auto;
|
||||
daemon off;
|
||||
@@ -127,7 +127,7 @@ services:
|
||||
- ./lychee/conf:/conf
|
||||
- ./lychee/uploads:/uploads
|
||||
- ./lychee/sym:/sym
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
# Vikujna
|
||||
|
||||
- poor and messy UI
|
||||
- buggy (at the time of testing) but in active development
|
||||
- very active development
|
||||
- lots of features!
|
||||
- UI looks better with every update 😄
|
||||
|
||||
<br>
|
||||
|
||||
- [Homepage](https://vikunja.io/)
|
||||
- [Git repo](https://kolaente.dev/vikunja/)
|
||||
- [Demo](https://try.vikunja.io/login)
|
||||
- [Demo](https://try.vikunja.io/login) (demo:demo)
|
||||
|
||||
|
||||
## docker-compose.yml
|
||||
|
||||
Reference in New Issue
Block a user