Compare commits

..

5 Commits
master ... main

Author SHA1 Message Date
f23f953620
Use prerelease - another try
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline failed
2023-09-16 19:27:18 +02:00
838cb47be2
update to prerelease to fix USG dns
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-16 18:58:47 +02:00
4fb298a563
Add woodpecker config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-09-16 13:51:50 +02:00
edf0c2363a
Add renovate.json 2022-10-23 20:28:07 +02:00
a29def6040
Update to :latest 2022-10-23 20:09:03 +02:00
3 changed files with 16 additions and 0 deletions

10
.woodpecker.yml Normal file
View File

@ -0,0 +1,10 @@
steps:
update_docker:
image: plugins/docker
settings:
registry: scm.indeedgeek.de
repo: scm.indeedgeek.de/flo/unifi
tags: latest
username: flo
password:
from_secret: GITEA_FLO

View File

@ -1,3 +1,6 @@
FROM jacobalberty/unifi:latest
# pre release version to fix USG DNS https://community.ui.com/releases/UniFi-Network-Application-7-5-176/7f7680e3-cc36-4a05-8502-38bb774384f9
RUN curl -L -o ./unifi.deb "https://dl.ui.com/unifi/7.5.176-1136930355/unifi_sysvinit_all.deb" && apt -qy install ./unifi.deb && rm -f ./unifi.deb
HEALTHCHECK NONE

3
renovate.json Normal file
View File

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}