* '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:
Tomasz Borychowski
2021-07-21 10:52:38 +01:00
4 changed files with 23 additions and 8 deletions

View File

@@ -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

View File

@@ -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