Compare commits

..

1 Commits
main ... master

Author SHA1 Message Date
d18ba6b35c
Update to :latest 2022-10-23 20:07:30 +02:00
3 changed files with 0 additions and 16 deletions

View File

@ -1,10 +0,0 @@
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,6 +1,3 @@
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

View File

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