aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpeppe8o <68339686+peppe8o@users.noreply.github.com>2020-12-05 18:09:08 +0100
committerGitHub <noreply@github.com>2020-12-06 01:09:08 +0800
commit6b4a5b5e91afcf05bbd20cf9481d871f8bb279b7 (patch)
tree48f222215aee8e408155cbdcb0a81374044a8557 /README.md
parent72af17bbbe0b324d3b951819b0755134f0c214ec (diff)
README: add a new RPI Zero W tutorial (#6443)
Updated tutorial section adding peppe8o.com tutorial to install Gogs on a cheap Raspberry PI Zero W with MariaDB database.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c7e63700..6cdb5e0f 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,7 @@ There are 6 ways to install Gogs:
### Tutorials
+- [Private Git Web Portal in Raspberry PI With Gogs](https://peppe8o.com/private-git-web-portal-in-raspberry-pi-with-gogs/)
- [How To Set Up Gogs on Ubuntu 14.04](https://www.digitalocean.com/community/tutorials/how-to-set-up-gogs-on-ubuntu-14-04)
- [Run your own GitHub-like service with the help of Docker](http://blog.hypriot.com/post/run-your-own-github-like-service-with-docker/)
- [Dockerized Gogs git server and alpine postgres in 20 minutes or less](http://garthwaite.org/docker-gogs.html)