https://github.com/xxluki98xx/service_heimdall
3rd Party Service for Hodgins-Server
https://github.com/xxluki98xx/service_heimdall
ansible automation containers heimdall hodgins homeserver service
Last synced: 7 months ago
JSON representation
3rd Party Service for Hodgins-Server
- Host: GitHub
- URL: https://github.com/xxluki98xx/service_heimdall
- Owner: xXluki98Xx
- Created: 2020-04-02T16:55:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T16:57:35.000Z (over 5 years ago)
- Last Synced: 2025-01-25T18:14:51.204Z (9 months ago)
- Topics: ansible, automation, containers, heimdall, hodgins, homeserver, service
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hodgins: 3rd Party Service Heimdall
A repository, providing an heimdall service for Hodgins Server.
## Description
This repository provides an ansible-playbook which will:
- pull the image
- create service folder
- create a systemd service file
- start and enable the systemd service
- open up the firewall## Requirements
A hodgins server or compatible deployment must be provided.
## Install
Clone the repository next to you existing Hodgins Server code.
```
git clone https://github.com/xXluki98Xx/service_heimdall.git
```Afterwards, you can install the service.
```
ansible-playbook -i -k -K -u playbooks/service_heimdall.yml
```## Usage
The installation will respond to you with a running heimdall service.
Now you can enter the report page:```
https://hodgins-ip:8070
```To interact with the container, you will have multiple options.
Via Systemd on your hodgins server (recommended), you can interact with the service
the same way you are interacting with other services on your system.Get the status:
```
$ sudo systemctl status podman
```Restart the service (and apply updated images):
```
$ sudo systemctl restart container_heimdall
```Services in Hodgins are running in containers. You can interact with the containers
via Podman.Check all containers:
```
podman ps
```Restart a running container:
```
podman container restart service_heimdall
```## Contribute
Thank you so much for considering to contribute! We are happy, when someone is
joining the hard work. Please feel free to contribute, after having a look at
the [Conventions](https://github.com/while-true-do/doc-library/).- [Bugs and Feature Requests](https://github.com/xXluki98Xx/service_heimdall/issues)
- [Pull Requests](https://github.com/xXluki98Xx/service_heimdall/pulls)