Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
f23f953620 | |||
838cb47be2 | |||
4fb298a563 | |||
edf0c2363a | |||
a29def6040 |
10
.woodpecker.yml
Normal file
10
.woodpecker.yml
Normal 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
|
@ -1,3 +1,6 @@
|
|||||||
FROM jacobalberty/unifi:v6
|
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
|
HEALTHCHECK NONE
|
||||||
|
3
renovate.json
Normal file
3
renovate.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user