mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Refactor/Create APT/DNF Repository (#1648)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Hyperion ambient light systemd service for user %i
|
||||
Description=Hyperion ambient light systemd service for user %i
|
||||
Documentation=https://docs.hyperion-project.org
|
||||
Requisite=network.target
|
||||
Wants=network-online.target
|
||||
|
22
bin/service/hyperion.xml
Normal file
22
bin/service/hyperion.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<service>
|
||||
<short>Hyperion</short>
|
||||
<description>Hyperion.NG firewall rules</description>
|
||||
|
||||
<!-- HTTP -->
|
||||
<port protocol="tcp" port="8090"/>
|
||||
<!-- HTTPS -->
|
||||
<port protocol="tcp" port="8892"/>
|
||||
<!-- JSON Server -->
|
||||
<port protocol="tcp" port="19444"/>
|
||||
<!-- Flatbuffers Server -->
|
||||
<port protocol="tcp" port="19400"/>
|
||||
<!-- Protocol Buffers Server -->
|
||||
<port protocol="tcp" port="19445"/>
|
||||
<!-- Boblight Server -->
|
||||
<port protocol="tcp" port="19333"/>
|
||||
|
||||
<include service="ssdp"/>
|
||||
<include service="mdns"/>
|
||||
|
||||
</service>
|
Reference in New Issue
Block a user