From 9717e60c7ab3f4f749a1f5234b4e60107685d0f3 Mon Sep 17 00:00:00 2001 From: Tom <392513+tborychowski@users.noreply.github.com> Date: Sun, 28 Mar 2021 16:50:10 +0100 Subject: [PATCH 1/8] Update lychee.md --- apps/photos/lychee.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/photos/lychee.md b/apps/photos/lychee.md index f093b60..9d2607f 100644 --- a/apps/photos/lychee.md +++ b/apps/photos/lychee.md @@ -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 From 3f3ce3d1040c268be6330b24a3a0ea8c94f32d5e Mon Sep 17 00:00:00 2001 From: Tom <392513+tborychowski@users.noreply.github.com> Date: Fri, 2 Apr 2021 21:57:04 +0100 Subject: [PATCH 2/8] Update lychee.md --- apps/photos/lychee.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/photos/lychee.md b/apps/photos/lychee.md index 9d2607f..6da2c2d 100644 --- a/apps/photos/lychee.md +++ b/apps/photos/lychee.md @@ -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 +```apache user www-data; worker_processes auto; daemon off; From 51f1661474fef1b877d808528ca7f87b7bc4961f Mon Sep 17 00:00:00 2001 From: Tom <392513+tborychowski@users.noreply.github.com> Date: Fri, 2 Apr 2021 21:57:37 +0100 Subject: [PATCH 3/8] Update lychee.md --- apps/photos/lychee.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/photos/lychee.md b/apps/photos/lychee.md index 6da2c2d..08e7735 100644 --- a/apps/photos/lychee.md +++ b/apps/photos/lychee.md @@ -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`): -```apache +```nginx user www-data; worker_processes auto; daemon off; From d70b3058303fcda8c4e6228af9615f2a0b66bc48 Mon Sep 17 00:00:00 2001 From: Tom <392513+tborychowski@users.noreply.github.com> Date: Mon, 12 Apr 2021 15:27:27 +0100 Subject: [PATCH 4/8] Update get-started.md --- docker/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/get-started.md b/docker/get-started.md index 3a3ffe7..cd28463 100644 --- a/docker/get-started.md +++ b/docker/get-started.md @@ -24,7 +24,7 @@ From: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-do ```sh sudo apt-get remove docker-compose -sudo curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose +sudo curl -L "https://github.com/docker/compose/releases/tag/1.29.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose ``` From e2349471e352c04f898f81e223f762d308ea62a5 Mon Sep 17 00:00:00 2001 From: Tom <392513+tborychowski@users.noreply.github.com> Date: Mon, 12 Apr 2021 15:30:55 +0100 Subject: [PATCH 5/8] Update get-started.md --- docker/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/get-started.md b/docker/get-started.md index cd28463..0061e4c 100644 --- a/docker/get-started.md +++ b/docker/get-started.md @@ -24,7 +24,7 @@ From: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-do ```sh sudo apt-get remove docker-compose -sudo curl -L "https://github.com/docker/compose/releases/tag/1.29.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose +sudo curl -L "https://github.com/docker/compose/releases/download/1.29.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose ``` From 2ae37f225d8c6b62dc95af1095215adbdd0be2d6 Mon Sep 17 00:00:00 2001 From: Tom <392513+tborychowski@users.noreply.github.com> Date: Mon, 19 Apr 2021 13:34:28 +0100 Subject: [PATCH 6/8] fixes #4 --- apps/project-mgmt/vikunja.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/project-mgmt/vikunja.md b/apps/project-mgmt/vikunja.md index 2e9c484..d04e305 100644 --- a/apps/project-mgmt/vikunja.md +++ b/apps/project-mgmt/vikunja.md @@ -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 😄
- [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 From 595ef8b1ae48a5fe1bc7a6cda64e469dc9b00b1c Mon Sep 17 00:00:00 2001 From: Tomasz Borychowski Date: Sun, 20 Jun 2021 22:23:38 +0100 Subject: [PATCH 7/8] new links --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08c80d6..1e4bec3 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,16 @@ So, without further ado, here's the current list: - [websync](https://furier.github.io/websync/) 🔗 - an rsync task manager, where tasks can be added, scheduled and maintained in a sane manner -# Blogging +# Blogging & CMS - [AnchorCMS](https://github.com/anchorcms/anchor-cms#installation) 🔗 +- [Bludit](https://www.bludit.com) 🔗 - Simple, Fast, Secure, Flat-File CMS. - [Ghost](https://ghost.org/docs/install/docker/) 🔗 +- [Grav](https://getgrav.org) 🔗 - modern open source flat-file CMS. - [Hugo](https://gohugo.io/) 🔗 - [Kirby](https://getkirby.com/) 🔗 - [Metalsmith](https://metalsmith.io/) 🔗 - [Pagekit](https://pagekit.com/docs/getting-started/installation) 🔗 -- [Pelican](https://docs.getpelican.com/en/stable/quickstart.html#installation) 🔗 +- [Pelican](https://docs.getpelican.com/en/stable/quickstart.html#installation) 🔗 - Static Site Generator. - [PostLeaf](https://www.postleaf.org/installing) 🔗 - [Textpattern](https://docs.textpattern.com/installation/) 🔗 - [WriteFreely](https://github.com/writeas/writefreely) 🔗 @@ -89,11 +91,21 @@ So, without further ado, here's the current list: - [Heimdall](https://github.com/linuxserver/Heimdall) 🔗 +# Database +- [baserow](https://baserow.io) 🔗 - Open source no-code database and [Airtable](https://airtable.com) alternative. +- [SeaTable](https://seatable.io/en/) 🔗 - Simple like Excel, powerful like a database (free up to 3 users). +- [Dataspread](https://dataspread.github.io) 🔗 - combines the intuitiveness and flexibility of spreadsheets and the scalability and power of databases. +- [Hue](https://docs.gethue.com/quickstart/) 🔗 - open source SQL Assistant for Databases. + # Docker Managers - [Diun](apps/docker/diun.md) - [WatchTower](apps/docker/watch-tower.md) +# Document Managers +- [Papermerge](https://www.papermerge.com) 🔗 - document manager with tags & searches. +- [DocSpell](https://docspell.org/) 🔗 - simple document organizer. + # Download Managers - [Deluge](apps/downloads/deluge.md) - [qbittorrent](apps/downloads/qbit.md) @@ -130,6 +142,7 @@ So, without further ado, here's the current list: - [anonaddy.com](https://anonaddy.com/#pricing) 🔗 - [simplelogin.io](https://simplelogin.io/) 🔗 - [simplelogin.io github repo](https://github.com/simple-login/app) 🔗 + - [Forward Email](https://forwardemail.net/en) 🔗 - Unlimited email addresses, custom domain, catch-all, wildcard, and disposable aliases (has free and paid plans). - Tools - [verify domain for google](https://postmaster.google.com/managedomains) 🔗 - [remove IP from spam house](https://www.spamhaus.org/lookup/) 🔗 From 6f1934fdc3084c4f1fd02ad569fd24558468383d Mon Sep 17 00:00:00 2001 From: Tomasz Borychowski Date: Sun, 20 Jun 2021 22:24:54 +0100 Subject: [PATCH 8/8] . --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e4bec3..2ec13a4 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ So, without further ado, here's the current list: - [Dataspread](https://dataspread.github.io) 🔗 - combines the intuitiveness and flexibility of spreadsheets and the scalability and power of databases. - [Hue](https://docs.gethue.com/quickstart/) 🔗 - open source SQL Assistant for Databases. + # Docker Managers - [Diun](apps/docker/diun.md) - [WatchTower](apps/docker/watch-tower.md)