-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: git
Installing Gitea (my own GitHub)
To install Gitea on a Synology under Docker you can pretty much follow the instructions found here I used the custome setup with some minor changes to the USER-UID & USER-GID for the account I want to run under on … Continue reading
git & Synology
Setting up Synology with git A great article here with screenshots – How to install Git Server Some git commands now to use: Creating working store: cd git_repo mkdir project.git cd project.git git –bare init cd .. chown -R git:users … Continue reading