Reinitialize repo to remove private data
10,000 hours mucking with `git filter-repo` and no reasonable use-case found. On the plus side, anyone looking at this and curious what I nuked isn't missing much. This lived in a monorepo up until about a week ago.
This commit is contained in:
parent
8c03023aac
commit
c83acbdcfe
19 changed files with 1133 additions and 1 deletions
12
example/management.service
Normal file
12
example/management.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Ovenmediaengine Management Script
|
||||
|
||||
[Service]
|
||||
User=caddy
|
||||
Group=caddy
|
||||
Restart=on-failure
|
||||
WorkingDirectory=/var/lib/caddy
|
||||
ExecStart=/usr/bin/python /var/lib/caddy/ome-management/main.py
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
3
example/ome_management_auth.conf
Normal file
3
example/ome_management_auth.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
[Service]
|
||||
Environment="OVENMONITOR_API_USER=apiuser"
|
||||
Environment="OVENMONITOR_API_PASSWORD=apipassword"
|
7
example/ome_webhook.conf
Normal file
7
example/ome_webhook.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
[Service]
|
||||
Environment="OVENMONITOR_WEBHOOK_URL=FULL WEBHOOK URL"
|
||||
Environment="OVENMONITOR_WEBHOOK_ONLINE=TEXT WHEN STREAM GOES ONLINE"
|
||||
Environment="OVENMONITOR_WEBHOOK_OFFLINE=TEXT WHEN STREAM GOES OFFLINE"
|
||||
Environment="OVENMONITOR_WEBHOOK_NAME=NAME TO ASSIGN TO WEBHOOK BOT"
|
||||
Environment="OVENMONITOR_WEBHOOK_AVATARPATH=/srv/http/example.com/assets/webhook_avatars"
|
||||
Environment="OVENMONITOR_WEBHOOK_AVATARURL=https://example.com/assets/webhook_avatars"
|
Loading…
Add table
Add a link
Reference in a new issue