Thanks to everyone having starred my repo! To star it click on the image below, then it will be on top right. Thanks!
Gitea is a painless self-hosted all-in-one software development service, it includes Git hosting, code review, team collaboration, package registry and CI/CD. It is similar to GitHub, Bitbucket and GitLab.
Various tweaks and configuration options addition. This addon is based on the docker image.
certfile: fullchain.pem #ssl certificate, must be located in /ssl
keyfile: privkey.pem #sslkeyfile, must be located in /ssl
ssl: should the app use https or not
APP_NAME: name of the app
DOMAIN: domain to be reached # default : homeassistant.local
ROOT_URL: customize root_url, should not be needed unless specific needs
Webui can be found at <your-ip>:port
.
The installation of this add-on is pretty straightforward and not different in comparison to installing any other Hass.io add-on.
- Add my Hass.io add-ons repository to your Hass.io instance.
- Install this add-on.
- Click the
Save
button to store your configuration. - Start the add-on.
- Check the logs of the add-on to see if everything went well.
- Go to the webui, where you will initialize the app
- Restart the addon, to apply any option that should be applied