Take back control of your software development process, self-host your projects and get everyone involved in delivering quality software on the same page.
This addon is based on docker image made by https://forgejo.org/docs/next/admin/installation-docker/#docker
Happy giting !
-
Add my Forgejo add-on repository to your Home Assistant instance.
-
Install this add-on.
-
If you want an already installed and running gitea server (up to version 1.22.x ONLY) to be moved over the forgejo one, you can do this the following way:
- Stop and Backup your gitea server
- Backup again your gitea server (on another disk for instance)
- Be sure to backup it, remember.
- on the Home Assistant host, go to /usr/share/hassio/addons/data and from there:
- do a copy from the gitea addon subdir (db21ed7f_gitea) to the forgejo one, for instance with the following command
sudo rsync -avn db21ed7f_gitea/ dbabe1f1_forgejo/
(remove the-n
option to actually do it, this is the dry-run version).
- do a copy from the gitea addon subdir (db21ed7f_gitea) to the forgejo one, for instance with the following command
- Then go on
-
Start the add-on.
-
Check the logs of the add-on to see if everything went well.
-
Use the
Open Web interface
button to access the instance and complete the configuration -
Enjoy