mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-03-14 22:25:16 +09:00
Compare commits
23 Commits
1.32.0-ls1
...
2.2.0-ls17
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d838ef6d13 | ||
|
|
67e2691258 | ||
|
|
1a81ab0ef2 | ||
|
|
cc2380b2b6 | ||
|
|
c7eba518d6 | ||
|
|
f6438c4a66 | ||
|
|
72cb34675c | ||
|
|
ade05a74ae | ||
|
|
2244ff579f | ||
|
|
494d0a1141 | ||
|
|
ba54174830 | ||
|
|
db1f5f88ed | ||
|
|
f6529ad8fb | ||
|
|
b109deb4dd | ||
|
|
8938e296d9 | ||
|
|
46e5156c21 | ||
|
|
3980ee1ecf | ||
|
|
cf21b8c68e | ||
|
|
1771853341 | ||
|
|
c7d1a46026 | ||
|
|
3539bd10f0 | ||
|
|
b642a82fb2 | ||
|
|
c81265ea4d |
2
.github/workflows/external_trigger.yml
vendored
2
.github/workflows/external_trigger.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
echo "**** External trigger running off of master branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_SWAG_MASTER\". ****"
|
echo "**** External trigger running off of master branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_SWAG_MASTER\". ****"
|
||||||
echo "**** Retrieving external version ****"
|
echo "**** Retrieving external version ****"
|
||||||
EXT_RELEASE=$(echo '1.32.0')
|
EXT_RELEASE=$(curl -sL "https://pypi.python.org/pypi/certbot/json" |jq -r '. | .info.version')
|
||||||
if [ -z "${EXT_RELEASE}" ] || [ "${EXT_RELEASE}" == "null" ]; then
|
if [ -z "${EXT_RELEASE}" ] || [ "${EXT_RELEASE}" == "null" ]; then
|
||||||
echo "**** Can't retrieve external version, exiting ****"
|
echo "**** Can't retrieve external version, exiting ****"
|
||||||
FAILURE_REASON="Can't retrieve external version for swag branch master"
|
FAILURE_REASON="Can't retrieve external version for swag branch master"
|
||||||
|
|||||||
116
Dockerfile
116
Dockerfile
@@ -1,4 +1,6 @@
|
|||||||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.15
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
|
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.17
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
@@ -14,9 +16,8 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
|
|||||||
RUN \
|
RUN \
|
||||||
echo "**** install build packages ****" && \
|
echo "**** install build packages ****" && \
|
||||||
apk add --no-cache --virtual=build-dependencies \
|
apk add --no-cache --virtual=build-dependencies \
|
||||||
|
build-base \
|
||||||
cargo \
|
cargo \
|
||||||
g++ \
|
|
||||||
gcc \
|
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
@@ -24,11 +25,9 @@ RUN \
|
|||||||
python3-dev && \
|
python3-dev && \
|
||||||
echo "**** install runtime packages ****" && \
|
echo "**** install runtime packages ****" && \
|
||||||
apk add --no-cache --upgrade \
|
apk add --no-cache --upgrade \
|
||||||
curl \
|
|
||||||
fail2ban \
|
fail2ban \
|
||||||
gnupg \
|
gnupg \
|
||||||
memcached \
|
memcached \
|
||||||
nginx \
|
|
||||||
nginx-mod-http-brotli \
|
nginx-mod-http-brotli \
|
||||||
nginx-mod-http-dav-ext \
|
nginx-mod-http-dav-ext \
|
||||||
nginx-mod-http-echo \
|
nginx-mod-http-echo \
|
||||||
@@ -46,62 +45,56 @@ RUN \
|
|||||||
nginx-mod-stream \
|
nginx-mod-stream \
|
||||||
nginx-mod-stream-geoip2 \
|
nginx-mod-stream-geoip2 \
|
||||||
nginx-vim \
|
nginx-vim \
|
||||||
php8-bcmath \
|
php81-bcmath \
|
||||||
php8-bz2 \
|
php81-bz2 \
|
||||||
php8-ctype \
|
php81-ctype \
|
||||||
php8-curl \
|
php81-curl \
|
||||||
php8-dom \
|
php81-dom \
|
||||||
php8-exif \
|
php81-exif \
|
||||||
php8-ftp \
|
php81-ftp \
|
||||||
php8-gd \
|
php81-gd \
|
||||||
php8-gmp \
|
php81-gmp \
|
||||||
php8-iconv \
|
php81-iconv \
|
||||||
php8-imap \
|
php81-imap \
|
||||||
php8-intl \
|
php81-intl \
|
||||||
php8-ldap \
|
php81-ldap \
|
||||||
php8-mysqli \
|
php81-mysqli \
|
||||||
php8-mysqlnd \
|
php81-mysqlnd \
|
||||||
php8-opcache \
|
php81-opcache \
|
||||||
php8-pdo_mysql \
|
php81-pdo_mysql \
|
||||||
php8-pdo_odbc \
|
php81-pdo_odbc \
|
||||||
php8-pdo_pgsql \
|
php81-pdo_pgsql \
|
||||||
php8-pdo_sqlite \
|
php81-pdo_sqlite \
|
||||||
php8-pear \
|
php81-pear \
|
||||||
php8-pecl-apcu \
|
php81-pecl-apcu \
|
||||||
php8-pecl-mailparse \
|
php81-pecl-mailparse \
|
||||||
php8-pecl-mcrypt \
|
php81-pecl-memcached \
|
||||||
php8-pecl-memcached \
|
php81-pecl-redis \
|
||||||
php8-pecl-redis \
|
php81-pgsql \
|
||||||
php8-pgsql \
|
php81-phar \
|
||||||
php8-phar \
|
php81-posix \
|
||||||
php8-posix \
|
php81-soap \
|
||||||
php8-soap \
|
php81-sockets \
|
||||||
php8-sockets \
|
php81-sodium \
|
||||||
php8-sodium \
|
php81-sqlite3 \
|
||||||
php8-sqlite3 \
|
php81-tokenizer \
|
||||||
php8-tokenizer \
|
php81-xmlreader \
|
||||||
php8-xml \
|
php81-xsl \
|
||||||
php8-xmlreader \
|
php81-zip \
|
||||||
php8-xsl \
|
|
||||||
php8-zip \
|
|
||||||
py3-cryptography \
|
|
||||||
py3-future \
|
|
||||||
py3-pip \
|
|
||||||
whois && \
|
whois && \
|
||||||
apk add --no-cache \
|
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
||||||
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
php81-pecl-mcrypt \
|
||||||
php8-pecl-xmlrpc && \
|
php81-pecl-xmlrpc && \
|
||||||
echo "**** install certbot plugins ****" && \
|
echo "**** install certbot plugins ****" && \
|
||||||
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
||||||
CERTBOT="certbot"; \
|
CERTBOT_VERSION=$(curl -sL https://pypi.python.org/pypi/certbot/json |jq -r '. | .info.version'); \
|
||||||
else \
|
|
||||||
CERTBOT="certbot==${CERTBOT_VERSION}"; \
|
|
||||||
fi && \
|
fi && \
|
||||||
pip3 install -U \
|
python3 -m ensurepip && \
|
||||||
pip wheel && \
|
pip3 install -U --no-cache-dir \
|
||||||
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
|
pip \
|
||||||
acme==${CERTBOT_VERSION} \
|
wheel && \
|
||||||
${CERTBOT} \
|
pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.17/ \
|
||||||
|
certbot==${CERTBOT_VERSION} \
|
||||||
certbot-dns-acmedns \
|
certbot-dns-acmedns \
|
||||||
certbot-dns-aliyun \
|
certbot-dns-aliyun \
|
||||||
certbot-dns-azure \
|
certbot-dns-azure \
|
||||||
@@ -141,6 +134,7 @@ RUN \
|
|||||||
certbot-dns-vultr \
|
certbot-dns-vultr \
|
||||||
certbot-plugin-gandi \
|
certbot-plugin-gandi \
|
||||||
cryptography \
|
cryptography \
|
||||||
|
future \
|
||||||
requests && \
|
requests && \
|
||||||
echo "**** enable OCSP stapling from base ****" && \
|
echo "**** enable OCSP stapling from base ****" && \
|
||||||
sed -i \
|
sed -i \
|
||||||
@@ -176,14 +170,10 @@ RUN \
|
|||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
apk del --purge \
|
apk del --purge \
|
||||||
build-dependencies && \
|
build-dependencies && \
|
||||||
for cleanfiles in *.pyc *.pyo; \
|
|
||||||
do \
|
|
||||||
find /usr/lib/python3.* -iname "${cleanfiles}" -exec rm -f '{}' + \
|
|
||||||
; done && \
|
|
||||||
rm -rf \
|
rm -rf \
|
||||||
/tmp/* \
|
/tmp/* \
|
||||||
/root/.cache \
|
$HOME/.cache \
|
||||||
/root/.cargo
|
$HOME/.cargo
|
||||||
|
|
||||||
# copy local files
|
# copy local files
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.15
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
|
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.17
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
@@ -14,9 +16,8 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
|
|||||||
RUN \
|
RUN \
|
||||||
echo "**** install build packages ****" && \
|
echo "**** install build packages ****" && \
|
||||||
apk add --no-cache --virtual=build-dependencies \
|
apk add --no-cache --virtual=build-dependencies \
|
||||||
|
build-base \
|
||||||
cargo \
|
cargo \
|
||||||
g++ \
|
|
||||||
gcc \
|
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
@@ -24,11 +25,9 @@ RUN \
|
|||||||
python3-dev && \
|
python3-dev && \
|
||||||
echo "**** install runtime packages ****" && \
|
echo "**** install runtime packages ****" && \
|
||||||
apk add --no-cache --upgrade \
|
apk add --no-cache --upgrade \
|
||||||
curl \
|
|
||||||
fail2ban \
|
fail2ban \
|
||||||
gnupg \
|
gnupg \
|
||||||
memcached \
|
memcached \
|
||||||
nginx \
|
|
||||||
nginx-mod-http-brotli \
|
nginx-mod-http-brotli \
|
||||||
nginx-mod-http-dav-ext \
|
nginx-mod-http-dav-ext \
|
||||||
nginx-mod-http-echo \
|
nginx-mod-http-echo \
|
||||||
@@ -46,62 +45,56 @@ RUN \
|
|||||||
nginx-mod-stream \
|
nginx-mod-stream \
|
||||||
nginx-mod-stream-geoip2 \
|
nginx-mod-stream-geoip2 \
|
||||||
nginx-vim \
|
nginx-vim \
|
||||||
php8-bcmath \
|
php81-bcmath \
|
||||||
php8-bz2 \
|
php81-bz2 \
|
||||||
php8-ctype \
|
php81-ctype \
|
||||||
php8-curl \
|
php81-curl \
|
||||||
php8-dom \
|
php81-dom \
|
||||||
php8-exif \
|
php81-exif \
|
||||||
php8-ftp \
|
php81-ftp \
|
||||||
php8-gd \
|
php81-gd \
|
||||||
php8-gmp \
|
php81-gmp \
|
||||||
php8-iconv \
|
php81-iconv \
|
||||||
php8-imap \
|
php81-imap \
|
||||||
php8-intl \
|
php81-intl \
|
||||||
php8-ldap \
|
php81-ldap \
|
||||||
php8-mysqli \
|
php81-mysqli \
|
||||||
php8-mysqlnd \
|
php81-mysqlnd \
|
||||||
php8-opcache \
|
php81-opcache \
|
||||||
php8-pdo_mysql \
|
php81-pdo_mysql \
|
||||||
php8-pdo_odbc \
|
php81-pdo_odbc \
|
||||||
php8-pdo_pgsql \
|
php81-pdo_pgsql \
|
||||||
php8-pdo_sqlite \
|
php81-pdo_sqlite \
|
||||||
php8-pear \
|
php81-pear \
|
||||||
php8-pecl-apcu \
|
php81-pecl-apcu \
|
||||||
php8-pecl-mailparse \
|
php81-pecl-mailparse \
|
||||||
php8-pecl-mcrypt \
|
php81-pecl-memcached \
|
||||||
php8-pecl-memcached \
|
php81-pecl-redis \
|
||||||
php8-pecl-redis \
|
php81-pgsql \
|
||||||
php8-pgsql \
|
php81-phar \
|
||||||
php8-phar \
|
php81-posix \
|
||||||
php8-posix \
|
php81-soap \
|
||||||
php8-soap \
|
php81-sockets \
|
||||||
php8-sockets \
|
php81-sodium \
|
||||||
php8-sodium \
|
php81-sqlite3 \
|
||||||
php8-sqlite3 \
|
php81-tokenizer \
|
||||||
php8-tokenizer \
|
php81-xmlreader \
|
||||||
php8-xml \
|
php81-xsl \
|
||||||
php8-xmlreader \
|
php81-zip \
|
||||||
php8-xsl \
|
|
||||||
php8-zip \
|
|
||||||
py3-cryptography \
|
|
||||||
py3-future \
|
|
||||||
py3-pip \
|
|
||||||
whois && \
|
whois && \
|
||||||
apk add --no-cache \
|
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
||||||
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
php81-pecl-mcrypt \
|
||||||
php8-pecl-xmlrpc && \
|
php81-pecl-xmlrpc && \
|
||||||
echo "**** install certbot plugins ****" && \
|
echo "**** install certbot plugins ****" && \
|
||||||
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
||||||
CERTBOT="certbot"; \
|
CERTBOT_VERSION=$(curl -sL https://pypi.python.org/pypi/certbot/json |jq -r '. | .info.version'); \
|
||||||
else \
|
|
||||||
CERTBOT="certbot==${CERTBOT_VERSION}"; \
|
|
||||||
fi && \
|
fi && \
|
||||||
pip3 install -U \
|
python3 -m ensurepip && \
|
||||||
pip wheel && \
|
pip3 install -U --no-cache-dir \
|
||||||
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
|
pip \
|
||||||
acme==${CERTBOT_VERSION} \
|
wheel && \
|
||||||
${CERTBOT} \
|
pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.17/ \
|
||||||
|
certbot==${CERTBOT_VERSION} \
|
||||||
certbot-dns-acmedns \
|
certbot-dns-acmedns \
|
||||||
certbot-dns-aliyun \
|
certbot-dns-aliyun \
|
||||||
certbot-dns-azure \
|
certbot-dns-azure \
|
||||||
@@ -141,6 +134,7 @@ RUN \
|
|||||||
certbot-dns-vultr \
|
certbot-dns-vultr \
|
||||||
certbot-plugin-gandi \
|
certbot-plugin-gandi \
|
||||||
cryptography \
|
cryptography \
|
||||||
|
future \
|
||||||
requests && \
|
requests && \
|
||||||
echo "**** enable OCSP stapling from base ****" && \
|
echo "**** enable OCSP stapling from base ****" && \
|
||||||
sed -i \
|
sed -i \
|
||||||
@@ -176,14 +170,10 @@ RUN \
|
|||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
apk del --purge \
|
apk del --purge \
|
||||||
build-dependencies && \
|
build-dependencies && \
|
||||||
for cleanfiles in *.pyc *.pyo; \
|
|
||||||
do \
|
|
||||||
find /usr/lib/python3.* -iname "${cleanfiles}" -exec rm -f '{}' + \
|
|
||||||
; done && \
|
|
||||||
rm -rf \
|
rm -rf \
|
||||||
/tmp/* \
|
/tmp/* \
|
||||||
/root/.cache \
|
$HOME/.cache \
|
||||||
/root/.cargo
|
$HOME/.cargo
|
||||||
|
|
||||||
# copy local files
|
# copy local files
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|||||||
116
Dockerfile.armhf
116
Dockerfile.armhf
@@ -1,4 +1,6 @@
|
|||||||
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm32v7-3.15
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
|
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm32v7-3.17
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
@@ -14,9 +16,8 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2
|
|||||||
RUN \
|
RUN \
|
||||||
echo "**** install build packages ****" && \
|
echo "**** install build packages ****" && \
|
||||||
apk add --no-cache --virtual=build-dependencies \
|
apk add --no-cache --virtual=build-dependencies \
|
||||||
|
build-base \
|
||||||
cargo \
|
cargo \
|
||||||
g++ \
|
|
||||||
gcc \
|
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
@@ -24,11 +25,9 @@ RUN \
|
|||||||
python3-dev && \
|
python3-dev && \
|
||||||
echo "**** install runtime packages ****" && \
|
echo "**** install runtime packages ****" && \
|
||||||
apk add --no-cache --upgrade \
|
apk add --no-cache --upgrade \
|
||||||
curl \
|
|
||||||
fail2ban \
|
fail2ban \
|
||||||
gnupg \
|
gnupg \
|
||||||
memcached \
|
memcached \
|
||||||
nginx \
|
|
||||||
nginx-mod-http-brotli \
|
nginx-mod-http-brotli \
|
||||||
nginx-mod-http-dav-ext \
|
nginx-mod-http-dav-ext \
|
||||||
nginx-mod-http-echo \
|
nginx-mod-http-echo \
|
||||||
@@ -46,62 +45,56 @@ RUN \
|
|||||||
nginx-mod-stream \
|
nginx-mod-stream \
|
||||||
nginx-mod-stream-geoip2 \
|
nginx-mod-stream-geoip2 \
|
||||||
nginx-vim \
|
nginx-vim \
|
||||||
php8-bcmath \
|
php81-bcmath \
|
||||||
php8-bz2 \
|
php81-bz2 \
|
||||||
php8-ctype \
|
php81-ctype \
|
||||||
php8-curl \
|
php81-curl \
|
||||||
php8-dom \
|
php81-dom \
|
||||||
php8-exif \
|
php81-exif \
|
||||||
php8-ftp \
|
php81-ftp \
|
||||||
php8-gd \
|
php81-gd \
|
||||||
php8-gmp \
|
php81-gmp \
|
||||||
php8-iconv \
|
php81-iconv \
|
||||||
php8-imap \
|
php81-imap \
|
||||||
php8-intl \
|
php81-intl \
|
||||||
php8-ldap \
|
php81-ldap \
|
||||||
php8-mysqli \
|
php81-mysqli \
|
||||||
php8-mysqlnd \
|
php81-mysqlnd \
|
||||||
php8-opcache \
|
php81-opcache \
|
||||||
php8-pdo_mysql \
|
php81-pdo_mysql \
|
||||||
php8-pdo_odbc \
|
php81-pdo_odbc \
|
||||||
php8-pdo_pgsql \
|
php81-pdo_pgsql \
|
||||||
php8-pdo_sqlite \
|
php81-pdo_sqlite \
|
||||||
php8-pear \
|
php81-pear \
|
||||||
php8-pecl-apcu \
|
php81-pecl-apcu \
|
||||||
php8-pecl-mailparse \
|
php81-pecl-mailparse \
|
||||||
php8-pecl-mcrypt \
|
php81-pecl-memcached \
|
||||||
php8-pecl-memcached \
|
php81-pecl-redis \
|
||||||
php8-pecl-redis \
|
php81-pgsql \
|
||||||
php8-pgsql \
|
php81-phar \
|
||||||
php8-phar \
|
php81-posix \
|
||||||
php8-posix \
|
php81-soap \
|
||||||
php8-soap \
|
php81-sockets \
|
||||||
php8-sockets \
|
php81-sodium \
|
||||||
php8-sodium \
|
php81-sqlite3 \
|
||||||
php8-sqlite3 \
|
php81-tokenizer \
|
||||||
php8-tokenizer \
|
php81-xmlreader \
|
||||||
php8-xml \
|
php81-xsl \
|
||||||
php8-xmlreader \
|
php81-zip \
|
||||||
php8-xsl \
|
|
||||||
php8-zip \
|
|
||||||
py3-cryptography \
|
|
||||||
py3-future \
|
|
||||||
py3-pip \
|
|
||||||
whois && \
|
whois && \
|
||||||
apk add --no-cache \
|
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
||||||
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
php81-pecl-mcrypt \
|
||||||
php8-pecl-xmlrpc && \
|
php81-pecl-xmlrpc && \
|
||||||
echo "**** install certbot plugins ****" && \
|
echo "**** install certbot plugins ****" && \
|
||||||
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
if [ -z ${CERTBOT_VERSION+x} ]; then \
|
||||||
CERTBOT="certbot"; \
|
CERTBOT_VERSION=$(curl -sL https://pypi.python.org/pypi/certbot/json |jq -r '. | .info.version'); \
|
||||||
else \
|
|
||||||
CERTBOT="certbot==${CERTBOT_VERSION}"; \
|
|
||||||
fi && \
|
fi && \
|
||||||
pip3 install -U \
|
python3 -m ensurepip && \
|
||||||
pip wheel && \
|
pip3 install -U --no-cache-dir \
|
||||||
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
|
pip \
|
||||||
acme==${CERTBOT_VERSION} \
|
wheel && \
|
||||||
${CERTBOT} \
|
pip3 install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.17/ \
|
||||||
|
certbot==${CERTBOT_VERSION} \
|
||||||
certbot-dns-acmedns \
|
certbot-dns-acmedns \
|
||||||
certbot-dns-aliyun \
|
certbot-dns-aliyun \
|
||||||
certbot-dns-azure \
|
certbot-dns-azure \
|
||||||
@@ -141,6 +134,7 @@ RUN \
|
|||||||
certbot-dns-vultr \
|
certbot-dns-vultr \
|
||||||
certbot-plugin-gandi \
|
certbot-plugin-gandi \
|
||||||
cryptography \
|
cryptography \
|
||||||
|
future \
|
||||||
requests && \
|
requests && \
|
||||||
echo "**** enable OCSP stapling from base ****" && \
|
echo "**** enable OCSP stapling from base ****" && \
|
||||||
sed -i \
|
sed -i \
|
||||||
@@ -176,14 +170,10 @@ RUN \
|
|||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
apk del --purge \
|
apk del --purge \
|
||||||
build-dependencies && \
|
build-dependencies && \
|
||||||
for cleanfiles in *.pyc *.pyo; \
|
|
||||||
do \
|
|
||||||
find /usr/lib/python3.* -iname "${cleanfiles}" -exec rm -f '{}' + \
|
|
||||||
; done && \
|
|
||||||
rm -rf \
|
rm -rf \
|
||||||
/tmp/* \
|
/tmp/* \
|
||||||
/root/.cache \
|
$HOME/.cache \
|
||||||
/root/.cargo
|
$HOME/.cargo
|
||||||
|
|
||||||
# copy local files
|
# copy local files
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|||||||
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
@@ -100,18 +100,17 @@ pipeline {
|
|||||||
/* ########################
|
/* ########################
|
||||||
External Release Tagging
|
External Release Tagging
|
||||||
######################## */
|
######################## */
|
||||||
// If this is a custom command to determine version use that command
|
// If this is a pip release set the external tag to the pip version
|
||||||
stage("Set tag custom bash"){
|
stage("Set ENV pip_version"){
|
||||||
steps{
|
steps{
|
||||||
script{
|
script{
|
||||||
env.EXT_RELEASE = sh(
|
env.EXT_RELEASE = sh(
|
||||||
script: ''' echo '1.32.0' ''',
|
script: '''curl -sL https://pypi.python.org/pypi/${EXT_PIP}/json |jq -r '. | .info.version' ''',
|
||||||
returnStdout: true).trim()
|
returnStdout: true).trim()
|
||||||
env.RELEASE_LINK = 'custom_command'
|
env.RELEASE_LINK = 'https://pypi.python.org/pypi/' + env.EXT_PIP
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
} // Sanitize the release tag and strip illegal docker or github characters
|
||||||
// Sanitize the release tag and strip illegal docker or github characters
|
|
||||||
stage("Sanitize tag"){
|
stage("Sanitize tag"){
|
||||||
steps{
|
steps{
|
||||||
script{
|
script{
|
||||||
@@ -912,11 +911,11 @@ pipeline {
|
|||||||
"tagger": {"name": "LinuxServer Jenkins","email": "jenkins@linuxserver.io","date": "'${GITHUB_DATE}'"}}' '''
|
"tagger": {"name": "LinuxServer Jenkins","email": "jenkins@linuxserver.io","date": "'${GITHUB_DATE}'"}}' '''
|
||||||
echo "Pushing New release for Tag"
|
echo "Pushing New release for Tag"
|
||||||
sh '''#! /bin/bash
|
sh '''#! /bin/bash
|
||||||
echo "Updating to ${EXT_RELEASE_CLEAN}" > releasebody.json
|
echo "Updating PIP version of ${EXT_PIP} to ${EXT_RELEASE_CLEAN}" > releasebody.json
|
||||||
echo '{"tag_name":"'${META_TAG}'",\
|
echo '{"tag_name":"'${META_TAG}'",\
|
||||||
"target_commitish": "master",\
|
"target_commitish": "master",\
|
||||||
"name": "'${META_TAG}'",\
|
"name": "'${META_TAG}'",\
|
||||||
"body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**Remote Changes:**\\n\\n' > start
|
"body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**PIP Changes:**\\n\\n' > start
|
||||||
printf '","draft": false,"prerelease": false}' >> releasebody.json
|
printf '","draft": false,"prerelease": false}' >> releasebody.json
|
||||||
paste -d'\\0' start releasebody.json > releasebody.json.done
|
paste -d'\\0' start releasebody.json > releasebody.json.done
|
||||||
curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/releases -d @releasebody.json.done'''
|
curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/releases -d @releasebody.json.done'''
|
||||||
|
|||||||
@@ -335,6 +335,9 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **06.02.23:** - Add porkbun support back in.
|
||||||
|
* **21.01.23:** - Unpin certbot version (allow certbot 2.x). !!BREAKING CHANGE!! We are temporarily removing the certbot porkbun plugin until a new version is released that is compatible with certbot 2.x.
|
||||||
|
* **20.01.23:** - Rebase to alpine 3.17 with php8.1.
|
||||||
* **16.01.23:** - Remove nchan module because it keeps causing crashes.
|
* **16.01.23:** - Remove nchan module because it keeps causing crashes.
|
||||||
* **08.12.22:** - Revamp certbot init.
|
* **08.12.22:** - Revamp certbot init.
|
||||||
* **03.12.22:** - Remove defunct cloudxns plugin.
|
* **03.12.22:** - Remove defunct cloudxns plugin.
|
||||||
|
|||||||
@@ -2,12 +2,7 @@
|
|||||||
|
|
||||||
# jenkins variables
|
# jenkins variables
|
||||||
project_name: docker-swag
|
project_name: docker-swag
|
||||||
|
external_type: pip_version
|
||||||
# Pin certbot to 1.32.0 until plugin compatibility improves
|
|
||||||
external_type: na
|
|
||||||
custom_version_command: "echo '1.32.0'"
|
|
||||||
|
|
||||||
#external_type: pip_version
|
|
||||||
release_type: stable
|
release_type: stable
|
||||||
release_tag: latest
|
release_tag: latest
|
||||||
ls_branch: master
|
ls_branch: master
|
||||||
|
|||||||
@@ -1,225 +1,204 @@
|
|||||||
alpine-baselayout-3.2.0-r18
|
alpine-baselayout-3.4.0-r0
|
||||||
|
alpine-baselayout-data-3.4.0-r0
|
||||||
alpine-keys-2.4-r1
|
alpine-keys-2.4-r1
|
||||||
apache2-utils-2.4.54-r0
|
alpine-release-3.17.1-r0
|
||||||
apk-tools-2.12.7-r3
|
aom-libs-3.5.0-r0
|
||||||
apr-1.7.0-r1
|
apache2-utils-2.4.55-r0
|
||||||
apr-util-1.6.1-r11
|
apk-tools-2.12.10-r1
|
||||||
argon2-libs-20190702-r1
|
apr-1.7.2-r0
|
||||||
bash-5.1.16-r0
|
apr-util-1.6.3-r0
|
||||||
brotli-libs-1.0.9-r5
|
argon2-libs-20190702-r2
|
||||||
busybox-1.34.1-r7
|
bash-5.2.15-r0
|
||||||
c-client-2007f-r13
|
brotli-libs-1.0.9-r9
|
||||||
ca-certificates-20220614-r0
|
busybox-1.35.0-r29
|
||||||
ca-certificates-bundle-20220614-r0
|
busybox-binsh-1.35.0-r29
|
||||||
coreutils-9.0-r2
|
c-client-2007f-r14
|
||||||
curl-7.80.0-r5
|
ca-certificates-20220614-r4
|
||||||
expat-2.5.0-r0
|
ca-certificates-bundle-20220614-r4
|
||||||
fail2ban-0.11.2-r1
|
coreutils-9.1-r0
|
||||||
freetype-2.11.1-r2
|
curl-7.87.0-r1
|
||||||
gdbm-1.22-r0
|
fail2ban-1.0.2-r0
|
||||||
git-2.34.5-r0
|
fontconfig-2.14.1-r0
|
||||||
gmp-6.2.1-r1
|
freetype-2.12.1-r0
|
||||||
gnupg-2.2.31-r2
|
gdbm-1.23-r0
|
||||||
gnupg-dirmngr-2.2.31-r2
|
git-2.38.3-r1
|
||||||
gnupg-gpgconf-2.2.31-r2
|
git-perl-2.38.3-r1
|
||||||
gnupg-utils-2.2.31-r2
|
gmp-6.2.1-r2
|
||||||
gnupg-wks-client-2.2.31-r2
|
gnupg-2.2.40-r0
|
||||||
gnutls-3.7.1-r1
|
gnupg-dirmngr-2.2.40-r0
|
||||||
gpg-2.2.31-r2
|
gnupg-gpgconf-2.2.40-r0
|
||||||
gpg-agent-2.2.31-r2
|
gnupg-utils-2.2.40-r0
|
||||||
gpg-wks-server-2.2.31-r2
|
gnupg-wks-client-2.2.40-r0
|
||||||
gpgsm-2.2.31-r2
|
gnutls-3.7.8-r2
|
||||||
gpgv-2.2.31-r2
|
gpg-2.2.40-r0
|
||||||
icu-libs-69.1-r1
|
gpg-agent-2.2.40-r0
|
||||||
ip6tables-1.8.7-r1
|
gpg-wks-server-2.2.40-r0
|
||||||
iptables-1.8.7-r1
|
gpgsm-2.2.40-r0
|
||||||
libacl-2.2.53-r0
|
gpgv-2.2.40-r0
|
||||||
libassuan-2.5.5-r0
|
icu-data-en-72.1-r1
|
||||||
libattr-2.5.1-r1
|
icu-libs-72.1-r1
|
||||||
libbsd-0.11.3-r1
|
ip6tables-1.8.8-r2
|
||||||
libbz2-1.0.8-r1
|
iptables-1.8.8-r2
|
||||||
|
jq-1.6-r2
|
||||||
|
libacl-2.3.1-r1
|
||||||
|
libassuan-2.5.5-r1
|
||||||
|
libattr-2.5.1-r2
|
||||||
|
libavif-0.11.1-r0
|
||||||
|
libbsd-0.11.7-r0
|
||||||
|
libbz2-1.0.8-r4
|
||||||
libc-utils-0.7.2-r3
|
libc-utils-0.7.2-r3
|
||||||
libcap-2.61-r0
|
libcrypto3-3.0.8-r0
|
||||||
libcrypto1.1-1.1.1s-r1
|
libcurl-7.87.0-r1
|
||||||
libcurl-7.80.0-r5
|
libdav1d-1.0.0-r2
|
||||||
libedit-20210910.3.1-r0
|
libedit-20221030.3.1-r0
|
||||||
libevent-2.1.12-r4
|
libevent-2.1.12-r5
|
||||||
libffi-3.4.2-r1
|
libexpat-2.5.0-r0
|
||||||
libgcc-10.3.1_git20211027-r0
|
libffi-3.4.4-r0
|
||||||
libgcrypt-1.9.4-r0
|
libgcc-12.2.1_git20220924-r4
|
||||||
libgd-2.3.2-r1
|
libgcrypt-1.10.1-r0
|
||||||
libgpg-error-1.42-r1
|
libgd-2.3.3-r3
|
||||||
libice-1.0.10-r0
|
libgpg-error-1.46-r1
|
||||||
libidn-1.38-r0
|
libice-1.0.10-r1
|
||||||
libintl-0.21-r0
|
libidn-1.41-r0
|
||||||
libjpeg-turbo-2.1.2-r0
|
libintl-0.21.1-r1
|
||||||
|
libjpeg-turbo-2.1.4-r0
|
||||||
libksba-1.6.3-r0
|
libksba-1.6.3-r0
|
||||||
libldap-2.6.2-r0
|
libldap-2.6.3-r6
|
||||||
libmaxminddb-1.6.0-r0
|
libmaxminddb-libs-1.7.1-r0
|
||||||
libmcrypt-2.5.8-r9
|
libmcrypt-2.5.8-r10
|
||||||
libmd-1.0.3-r0
|
libmd-1.0.4-r0
|
||||||
libmemcached-libs-1.0.18-r4
|
libmemcached-libs-1.0.18-r5
|
||||||
libmnl-1.0.4-r2
|
libmnl-1.0.5-r0
|
||||||
libnftnl-1.2.1-r0
|
libnftnl-1.2.4-r0
|
||||||
libpng-1.6.37-r1
|
libpng-1.6.38-r0
|
||||||
libpq-14.5-r0
|
libpq-15.1-r0
|
||||||
libproc-3.3.17-r0
|
libproc-3.3.17-r2
|
||||||
libretls-3.3.4-r3
|
libsasl-2.1.28-r3
|
||||||
libsasl-2.1.28-r0
|
libseccomp-2.5.4-r0
|
||||||
libseccomp-2.5.2-r0
|
libsm-1.2.3-r1
|
||||||
libsm-1.2.3-r0
|
libsodium-1.0.18-r2
|
||||||
libsodium-1.0.18-r0
|
libssl3-3.0.8-r0
|
||||||
libssl1.1-1.1.1s-r1
|
libstdc++-12.2.1_git20220924-r4
|
||||||
libstdc++-10.3.1_git20211027-r0
|
libtasn1-4.19.0-r0
|
||||||
libtasn1-4.18.0-r1
|
libunistring-1.1-r0
|
||||||
libunistring-0.9.10-r1
|
libuuid-2.38.1-r1
|
||||||
libuuid-2.37.4-r0
|
libwebp-1.2.4-r1
|
||||||
libwebp-1.2.2-r0
|
libx11-1.8.4-r0
|
||||||
libx11-1.7.3.1-r0
|
libxau-1.0.10-r0
|
||||||
libxau-1.0.9-r0
|
libxcb-1.15-r0
|
||||||
libxcb-1.14-r2
|
libxdmcp-1.1.4-r0
|
||||||
libxdmcp-1.1.3-r0
|
libxext-1.3.5-r0
|
||||||
libxext-1.3.4-r0
|
libxml2-2.10.3-r1
|
||||||
libxml2-2.9.14-r2
|
|
||||||
libxpm-3.5.15-r0
|
libxpm-3.5.15-r0
|
||||||
libxslt-1.1.35-r0
|
libxslt-1.1.37-r0
|
||||||
libxt-1.2.1-r0
|
libxt-1.2.1-r0
|
||||||
libzip-1.8.0-r1
|
libzip-1.9.2-r2
|
||||||
linux-pam-1.5.2-r0
|
linux-pam-1.5.2-r1
|
||||||
logrotate-3.18.1-r4
|
logrotate-3.20.1-r3
|
||||||
lz4-libs-1.9.3-r1
|
lz4-libs-1.9.4-r1
|
||||||
memcached-1.6.12-r0
|
memcached-1.6.17-r0
|
||||||
mpdecimal-2.5.1-r1
|
mpdecimal-2.5.1-r1
|
||||||
musl-1.2.2-r7
|
musl-1.2.3-r4
|
||||||
musl-utils-1.2.2-r7
|
musl-utils-1.2.3-r4
|
||||||
nano-5.9-r0
|
nano-7.0-r0
|
||||||
ncurses-libs-6.3_p20211120-r1
|
ncurses-libs-6.3_p20221119-r0
|
||||||
ncurses-terminfo-base-6.3_p20211120-r1
|
ncurses-terminfo-base-6.3_p20221119-r0
|
||||||
nettle-3.7.3-r0
|
nettle-3.8.1-r0
|
||||||
nghttp2-libs-1.46.0-r0
|
nghttp2-libs-1.51.0-r0
|
||||||
nginx-1.20.2-r1
|
nginx-1.22.1-r0
|
||||||
nginx-mod-devel-kit-1.20.2-r1
|
nginx-mod-devel-kit-1.22.1-r0
|
||||||
nginx-mod-http-brotli-1.20.2-r1
|
nginx-mod-http-brotli-1.22.1-r0
|
||||||
nginx-mod-http-dav-ext-1.20.2-r1
|
nginx-mod-http-dav-ext-1.22.1-r0
|
||||||
nginx-mod-http-echo-1.20.2-r1
|
nginx-mod-http-echo-1.22.1-r0
|
||||||
nginx-mod-http-fancyindex-1.20.2-r1
|
nginx-mod-http-fancyindex-1.22.1-r0
|
||||||
nginx-mod-http-geoip2-1.20.2-r1
|
nginx-mod-http-geoip2-1.22.1-r0
|
||||||
nginx-mod-http-headers-more-1.20.2-r1
|
nginx-mod-http-headers-more-1.22.1-r0
|
||||||
nginx-mod-http-image-filter-1.20.2-r1
|
nginx-mod-http-image-filter-1.22.1-r0
|
||||||
nginx-mod-http-perl-1.20.2-r1
|
nginx-mod-http-perl-1.22.1-r0
|
||||||
nginx-mod-http-redis2-1.20.2-r1
|
nginx-mod-http-redis2-1.22.1-r0
|
||||||
nginx-mod-http-set-misc-1.20.2-r1
|
nginx-mod-http-set-misc-1.22.1-r0
|
||||||
nginx-mod-http-upload-progress-1.20.2-r1
|
nginx-mod-http-upload-progress-1.22.1-r0
|
||||||
nginx-mod-http-xslt-filter-1.20.2-r1
|
nginx-mod-http-xslt-filter-1.22.1-r0
|
||||||
nginx-mod-mail-1.20.2-r1
|
nginx-mod-mail-1.22.1-r0
|
||||||
nginx-mod-rtmp-1.20.2-r1
|
nginx-mod-rtmp-1.22.1-r0
|
||||||
nginx-mod-stream-1.20.2-r1
|
nginx-mod-stream-1.22.1-r0
|
||||||
nginx-mod-stream-geoip2-1.20.2-r1
|
nginx-mod-stream-geoip2-1.22.1-r0
|
||||||
nginx-vim-1.20.2-r1
|
nginx-vim-1.22.1-r0
|
||||||
npth-1.6-r1
|
npth-1.6-r2
|
||||||
oniguruma-6.9.7.1-r0
|
oniguruma-6.9.8-r0
|
||||||
openssl-1.1.1s-r1
|
openssl-3.0.8-r0
|
||||||
p11-kit-0.24.0-r1
|
p11-kit-0.24.1-r1
|
||||||
pcre-8.45-r1
|
pcre-8.45-r2
|
||||||
pcre2-10.40-r0
|
pcre2-10.42-r0
|
||||||
perl-5.34.0-r1
|
perl-5.36.0-r0
|
||||||
php8-8.0.25-r0
|
perl-error-0.17029-r1
|
||||||
php8-bcmath-8.0.25-r0
|
perl-git-2.38.3-r1
|
||||||
php8-bz2-8.0.25-r0
|
php81-8.1.15-r0
|
||||||
php8-common-8.0.25-r0
|
php81-bcmath-8.1.15-r0
|
||||||
php8-ctype-8.0.25-r0
|
php81-bz2-8.1.15-r0
|
||||||
php8-curl-8.0.25-r0
|
php81-common-8.1.15-r0
|
||||||
php8-dom-8.0.25-r0
|
php81-ctype-8.1.15-r0
|
||||||
php8-exif-8.0.25-r0
|
php81-curl-8.1.15-r0
|
||||||
php8-fileinfo-8.0.25-r0
|
php81-dom-8.1.15-r0
|
||||||
php8-fpm-8.0.25-r0
|
php81-exif-8.1.15-r0
|
||||||
php8-ftp-8.0.25-r0
|
php81-fileinfo-8.1.15-r0
|
||||||
php8-gd-8.0.25-r0
|
php81-fpm-8.1.15-r0
|
||||||
php8-gmp-8.0.25-r0
|
php81-ftp-8.1.15-r0
|
||||||
php8-iconv-8.0.25-r0
|
php81-gd-8.1.15-r0
|
||||||
php8-imap-8.0.25-r0
|
php81-gmp-8.1.15-r0
|
||||||
php8-intl-8.0.25-r0
|
php81-iconv-8.1.15-r0
|
||||||
php8-ldap-8.0.25-r0
|
php81-imap-8.1.15-r0
|
||||||
php8-mbstring-8.0.25-r0
|
php81-intl-8.1.15-r0
|
||||||
php8-mysqli-8.0.25-r0
|
php81-ldap-8.1.15-r0
|
||||||
php8-mysqlnd-8.0.25-r0
|
php81-mbstring-8.1.15-r0
|
||||||
php8-opcache-8.0.25-r0
|
php81-mysqli-8.1.15-r0
|
||||||
php8-openssl-8.0.25-r0
|
php81-mysqlnd-8.1.15-r0
|
||||||
php8-pdo-8.0.25-r0
|
php81-opcache-8.1.15-r0
|
||||||
php8-pdo_mysql-8.0.25-r0
|
php81-openssl-8.1.15-r0
|
||||||
php8-pdo_odbc-8.0.25-r0
|
php81-pdo-8.1.15-r0
|
||||||
php8-pdo_pgsql-8.0.25-r0
|
php81-pdo_mysql-8.1.15-r0
|
||||||
php8-pdo_sqlite-8.0.25-r0
|
php81-pdo_odbc-8.1.15-r0
|
||||||
php8-pear-8.0.25-r0
|
php81-pdo_pgsql-8.1.15-r0
|
||||||
php8-pecl-apcu-5.1.21-r0
|
php81-pdo_sqlite-8.1.15-r0
|
||||||
php8-pecl-igbinary-3.2.6-r0
|
php81-pear-8.1.15-r0
|
||||||
php8-pecl-mailparse-3.1.3-r0
|
php81-pecl-apcu-5.1.22-r0
|
||||||
php8-pecl-mcrypt-1.0.4-r0
|
php81-pecl-igbinary-3.2.12-r0
|
||||||
php8-pecl-memcached-3.1.5-r1
|
php81-pecl-mailparse-3.1.4-r0
|
||||||
php8-pecl-redis-5.3.6-r0
|
php81-pecl-mcrypt-1.0.4-r0
|
||||||
php8-pecl-xmlrpc-1.0.0_rc3-r0
|
php81-pecl-memcached-3.2.0-r0
|
||||||
php8-pgsql-8.0.25-r0
|
php81-pecl-redis-5.3.7-r0
|
||||||
php8-phar-8.0.25-r0
|
php81-pecl-xmlrpc-1.0.0_rc3-r0
|
||||||
php8-posix-8.0.25-r0
|
php81-pgsql-8.1.15-r0
|
||||||
php8-session-8.0.25-r0
|
php81-phar-8.1.15-r0
|
||||||
php8-simplexml-8.0.25-r0
|
php81-posix-8.1.15-r0
|
||||||
php8-soap-8.0.25-r0
|
php81-session-8.1.15-r0
|
||||||
php8-sockets-8.0.25-r0
|
php81-simplexml-8.1.15-r0
|
||||||
php8-sodium-8.0.25-r0
|
php81-soap-8.1.15-r0
|
||||||
php8-sqlite3-8.0.25-r0
|
php81-sockets-8.1.15-r0
|
||||||
php8-tokenizer-8.0.25-r0
|
php81-sodium-8.1.15-r0
|
||||||
php8-xml-8.0.25-r0
|
php81-sqlite3-8.1.15-r0
|
||||||
php8-xmlreader-8.0.25-r0
|
php81-tokenizer-8.1.15-r0
|
||||||
php8-xmlwriter-8.0.25-r0
|
php81-xml-8.1.15-r0
|
||||||
php8-xsl-8.0.25-r0
|
php81-xmlreader-8.1.15-r0
|
||||||
php8-zip-8.0.25-r0
|
php81-xmlwriter-8.1.15-r0
|
||||||
pinentry-1.2.0-r0
|
php81-xsl-8.1.15-r0
|
||||||
popt-1.18-r0
|
php81-zip-8.1.15-r0
|
||||||
procps-3.3.17-r0
|
pinentry-1.2.1-r0
|
||||||
py3-appdirs-1.4.4-r2
|
popt-1.19-r0
|
||||||
py3-asn1crypto-1.4.0-r1
|
procps-3.3.17-r2
|
||||||
py3-cachecontrol-0.12.10-r0
|
python3-3.10.10-r0
|
||||||
py3-certifi-2020.12.5-r1
|
readline-8.2.0-r0
|
||||||
py3-cffi-1.14.5-r4
|
scanelf-1.3.5-r1
|
||||||
py3-charset-normalizer-2.0.7-r0
|
shadow-4.13-r0
|
||||||
py3-colorama-0.4.4-r1
|
skalibs-2.12.0.1-r0
|
||||||
py3-contextlib2-21.6.0-r1
|
sqlite-libs-3.40.1-r0
|
||||||
py3-cparser-2.20-r1
|
ssl_client-1.35.0-r29
|
||||||
py3-cryptography-3.3.2-r3
|
tiff-4.4.0-r1
|
||||||
py3-distlib-0.3.3-r0
|
|
||||||
py3-distro-1.6.0-r0
|
|
||||||
py3-future-0.18.2-r3
|
|
||||||
py3-html5lib-1.1-r1
|
|
||||||
py3-idna-3.3-r0
|
|
||||||
py3-lockfile-0.12.2-r4
|
|
||||||
py3-msgpack-1.0.2-r1
|
|
||||||
py3-ordered-set-4.0.2-r2
|
|
||||||
py3-packaging-20.9-r1
|
|
||||||
py3-parsing-2.4.7-r2
|
|
||||||
py3-pep517-0.12.0-r0
|
|
||||||
py3-pip-20.3.4-r1
|
|
||||||
py3-progress-1.6-r0
|
|
||||||
py3-requests-2.26.0-r1
|
|
||||||
py3-retrying-1.3.3-r2
|
|
||||||
py3-setuptools-52.0.0-r4
|
|
||||||
py3-six-1.16.0-r0
|
|
||||||
py3-toml-0.10.2-r2
|
|
||||||
py3-tomli-1.2.2-r0
|
|
||||||
py3-urllib3-1.26.7-r0
|
|
||||||
py3-webencodings-0.5.1-r4
|
|
||||||
python3-3.9.16-r0
|
|
||||||
readline-8.1.1-r0
|
|
||||||
s6-ipcserver-2.11.0.0-r0
|
|
||||||
scanelf-1.3.3-r0
|
|
||||||
shadow-4.8.1-r1
|
|
||||||
skalibs-2.11.0.0-r0
|
|
||||||
sqlite-libs-3.36.0-r0
|
|
||||||
ssl_client-1.34.1-r7
|
|
||||||
tzdata-2022f-r1
|
tzdata-2022f-r1
|
||||||
unixodbc-2.3.9-r1
|
unixodbc-2.3.11-r0
|
||||||
utmps-0.1.0.3-r0
|
utmps-libs-0.1.2.0-r1
|
||||||
whois-5.5.10-r0
|
whois-5.5.14-r0
|
||||||
xz-5.2.5-r1
|
xz-5.2.9-r0
|
||||||
xz-libs-5.2.5-r1
|
xz-libs-5.2.9-r0
|
||||||
zlib-1.2.12-r3
|
zlib-1.2.13-r0
|
||||||
zstd-libs-1.5.0-r0
|
zstd-libs-1.5.2-r9
|
||||||
|
|||||||
@@ -154,6 +154,9 @@ app_setup_block: |
|
|||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
|
- { date: "06.02.23:", desc: "Add porkbun support back in." }
|
||||||
|
- { date: "21.01.23:", desc: "Unpin certbot version (allow certbot 2.x). !!BREAKING CHANGE!! We are temporarily removing the certbot porkbun plugin until a new version is released that is compatible with certbot 2.x." }
|
||||||
|
- { date: "20.01.23:", desc: "Rebase to alpine 3.17 with php8.1." }
|
||||||
- { date: "16.01.23:", desc: "Remove nchan module because it keeps causing crashes." }
|
- { date: "16.01.23:", desc: "Remove nchan module because it keeps causing crashes." }
|
||||||
- { date: "08.12.22:", desc: "Revamp certbot init."}
|
- { date: "08.12.22:", desc: "Revamp certbot init."}
|
||||||
- { date: "03.12.22:", desc: "Remove defunct cloudxns plugin."}
|
- { date: "03.12.22:", desc: "Remove defunct cloudxns plugin."}
|
||||||
|
|||||||
@@ -5,11 +5,11 @@
|
|||||||
. /config/.donoteditthisfile.conf
|
. /config/.donoteditthisfile.conf
|
||||||
|
|
||||||
if [[ ! "${ORIGVALIDATION}" = "dns" ]] && [[ ! "${ORIGVALIDATION}" = "duckdns" ]]; then
|
if [[ ! "${ORIGVALIDATION}" = "dns" ]] && [[ ! "${ORIGVALIDATION}" = "duckdns" ]]; then
|
||||||
if pgrep -f "s6-supervise nginx" >/dev/null; then
|
if pgrep -f "s6-supervise nginx" >/dev/null; then
|
||||||
s6-svc -u /run/service/nginx
|
s6-svc -u /run/service/svc-nginx
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if pgrep -f "nginx:" >/dev/null; then
|
if pgrep -f "nginx:" >/dev/null; then
|
||||||
s6-svc -h /run/service/nginx
|
s6-svc -h /run/service/svc-nginx
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
. /config/.donoteditthisfile.conf
|
. /config/.donoteditthisfile.conf
|
||||||
|
|
||||||
if [[ ! "${ORIGVALIDATION}" = "dns" ]] && [[ ! "${ORIGVALIDATION}" = "duckdns" ]]; then
|
if [[ ! "${ORIGVALIDATION}" = "dns" ]] && [[ ! "${ORIGVALIDATION}" = "duckdns" ]]; then
|
||||||
if pgrep -f "nginx:" >/dev/null; then
|
if pgrep -f "nginx:" >/dev/null; then
|
||||||
s6-svc -d /run/service/nginx
|
s6-svc -d /run/service/svc-nginx
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
|
||||||
# shellcheck shell=bash
|
|
||||||
|
|
||||||
# copy crontabs if needed
|
|
||||||
if [[ ! -f /config/crontabs/root ]]; then
|
|
||||||
cp /etc/crontabs/root /config/crontabs/
|
|
||||||
fi
|
|
||||||
|
|
||||||
# import user crontabs
|
|
||||||
rm /etc/crontabs/*
|
|
||||||
cp /config/crontabs/* /etc/crontabs/
|
|
||||||
0
root/etc/crontabs/abc
Normal file
0
root/etc/crontabs/abc
Normal file
8
root/etc/cont-init.d/50-certbot → root/etc/s6-overlay/s6-rc.d/init-certbot-config/run
Normal file → Executable file
8
root/etc/cont-init.d/50-certbot → root/etc/s6-overlay/s6-rc.d/init-certbot-config/run
Normal file → Executable file
@@ -31,12 +31,16 @@ fi
|
|||||||
|
|
||||||
# copy dns default configs
|
# copy dns default configs
|
||||||
cp -n /defaults/dns-conf/* /config/dns-conf/
|
cp -n /defaults/dns-conf/* /config/dns-conf/
|
||||||
chown -R abc:abc /config/dns-conf
|
lsiown -R abc:abc /config/dns-conf
|
||||||
|
|
||||||
# copy default renewal hooks
|
# copy default renewal hooks
|
||||||
chmod -R +x /defaults/etc/letsencrypt/renewal-hooks
|
chmod -R +x /defaults/etc/letsencrypt/renewal-hooks
|
||||||
cp -nR /defaults/etc/letsencrypt/renewal-hooks/* /config/etc/letsencrypt/renewal-hooks/
|
cp -nR /defaults/etc/letsencrypt/renewal-hooks/* /config/etc/letsencrypt/renewal-hooks/
|
||||||
chown -R abc:abc /config/etc/letsencrypt/renewal-hooks
|
lsiown -R abc:abc /config/etc/letsencrypt/renewal-hooks
|
||||||
|
|
||||||
|
# replace nginx service location in renewal hooks
|
||||||
|
find /config/etc/letsencrypt/renewal-hooks/ -type f -exec sed -i 's|/run/service/nginx|/run/service/svc-nginx|g' {} \;
|
||||||
|
find /config/etc/letsencrypt/renewal-hooks/ -type f -exec sed -i 's|/var/run/s6/services/nginx|/run/service/svc-nginx|g' {} \;
|
||||||
|
|
||||||
# create original config file if it doesn't exist, move non-hidden legacy file to hidden
|
# create original config file if it doesn't exist, move non-hidden legacy file to hidden
|
||||||
if [[ -f "/config/donoteditthisfile.conf" ]]; then
|
if [[ -f "/config/donoteditthisfile.conf" ]]; then
|
||||||
1
root/etc/s6-overlay/s6-rc.d/init-certbot-config/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-certbot-config/type
Normal file
@@ -0,0 +1 @@
|
|||||||
|
oneshot
|
||||||
1
root/etc/s6-overlay/s6-rc.d/init-certbot-config/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-certbot-config/up
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/etc/s6-overlay/s6-rc.d/init-certbot-config/run
|
||||||
30
root/etc/s6-overlay/s6-rc.d/init-crontabs-config/run
Executable file
30
root/etc/s6-overlay/s6-rc.d/init-crontabs-config/run
Executable file
@@ -0,0 +1,30 @@
|
|||||||
|
#!/usr/bin/with-contenv bash
|
||||||
|
# shellcheck shell=bash
|
||||||
|
|
||||||
|
# if root crontabs do not exist in config
|
||||||
|
# copy root crontab from system
|
||||||
|
if [[ ! -f /config/crontabs/root ]] && crontab -l -u root; then
|
||||||
|
crontab -l -u root >/config/crontabs/root
|
||||||
|
fi
|
||||||
|
|
||||||
|
# if root crontabs still do not exist in config (were not copied from system)
|
||||||
|
# copy root crontab from included defaults
|
||||||
|
if [[ ! -f /config/crontabs/root ]]; then
|
||||||
|
cp /etc/crontabs/root /config/crontabs/
|
||||||
|
fi
|
||||||
|
|
||||||
|
# if abc crontabs do not exist in config
|
||||||
|
# copy abc crontab from system
|
||||||
|
if [[ ! -f /config/crontabs/abc ]] && crontab -l -u abc; then
|
||||||
|
crontab -l -u abc >/config/crontabs/abc
|
||||||
|
fi
|
||||||
|
|
||||||
|
# if abc crontabs still do not exist in config (were not copied from system)
|
||||||
|
# copy abc crontab from included defaults
|
||||||
|
if [[ ! -f /config/crontabs/abc ]]; then
|
||||||
|
cp /etc/crontabs/abc /config/crontabs/
|
||||||
|
fi
|
||||||
|
|
||||||
|
# import user crontabs
|
||||||
|
crontab -u root /config/crontabs/root
|
||||||
|
crontab -u abc /config/crontabs/abc
|
||||||
1
root/etc/s6-overlay/s6-rc.d/init-crontabs-config/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-crontabs-config/type
Normal file
@@ -0,0 +1 @@
|
|||||||
|
oneshot
|
||||||
1
root/etc/s6-overlay/s6-rc.d/init-crontabs-config/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-crontabs-config/up
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/etc/s6-overlay/s6-rc.d/init-crontabs-config/run
|
||||||
0
root/etc/cont-init.d/42-fail2ban → root/etc/s6-overlay/s6-rc.d/init-fail2ban-config/run
Normal file → Executable file
0
root/etc/cont-init.d/42-fail2ban → root/etc/s6-overlay/s6-rc.d/init-fail2ban-config/run
Normal file → Executable file
1
root/etc/s6-overlay/s6-rc.d/init-fail2ban-config/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-fail2ban-config/type
Normal file
@@ -0,0 +1 @@
|
|||||||
|
oneshot
|
||||||
1
root/etc/s6-overlay/s6-rc.d/init-fail2ban-config/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-fail2ban-config/up
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/etc/s6-overlay/s6-rc.d/init-fail2ban-config/run
|
||||||
0
root/etc/cont-init.d/40-folders → root/etc/s6-overlay/s6-rc.d/init-folders-config/run
Normal file → Executable file
0
root/etc/cont-init.d/40-folders → root/etc/s6-overlay/s6-rc.d/init-folders-config/run
Normal file → Executable file
1
root/etc/s6-overlay/s6-rc.d/init-folders-config/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-folders-config/type
Normal file
@@ -0,0 +1 @@
|
|||||||
|
oneshot
|
||||||
1
root/etc/s6-overlay/s6-rc.d/init-folders-config/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-folders-config/up
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/etc/s6-overlay/s6-rc.d/init-folders-config/run
|
||||||
0
root/etc/cont-init.d/45-nginx → root/etc/s6-overlay/s6-rc.d/init-nginx-config/run
Normal file → Executable file
0
root/etc/cont-init.d/45-nginx → root/etc/s6-overlay/s6-rc.d/init-nginx-config/run
Normal file → Executable file
1
root/etc/s6-overlay/s6-rc.d/init-nginx-config/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-nginx-config/type
Normal file
@@ -0,0 +1 @@
|
|||||||
|
oneshot
|
||||||
1
root/etc/s6-overlay/s6-rc.d/init-nginx-config/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-nginx-config/up
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/etc/s6-overlay/s6-rc.d/init-nginx-config/run
|
||||||
0
root/etc/cont-init.d/70-outdated → root/etc/s6-overlay/s6-rc.d/init-outdated-config/run
Normal file → Executable file
0
root/etc/cont-init.d/70-outdated → root/etc/s6-overlay/s6-rc.d/init-outdated-config/run
Normal file → Executable file
1
root/etc/s6-overlay/s6-rc.d/init-outdated-config/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-outdated-config/type
Normal file
@@ -0,0 +1 @@
|
|||||||
|
oneshot
|
||||||
1
root/etc/s6-overlay/s6-rc.d/init-outdated-config/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-outdated-config/up
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/etc/s6-overlay/s6-rc.d/init-outdated-config/run
|
||||||
2
root/etc/cont-init.d/55-permissions → root/etc/s6-overlay/s6-rc.d/init-permissions-config/run
Normal file → Executable file
2
root/etc/cont-init.d/55-permissions → root/etc/s6-overlay/s6-rc.d/init-permissions-config/run
Normal file → Executable file
@@ -2,7 +2,7 @@
|
|||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
# permissions
|
# permissions
|
||||||
chown -R abc:abc \
|
lsiown -R abc:abc \
|
||||||
/config
|
/config
|
||||||
chmod -R 0644 /etc/logrotate.d
|
chmod -R 0644 /etc/logrotate.d
|
||||||
chmod -R +r /config/log
|
chmod -R +r /config/log
|
||||||
1
root/etc/s6-overlay/s6-rc.d/init-permissions-config/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-permissions-config/type
Normal file
@@ -0,0 +1 @@
|
|||||||
|
oneshot
|
||||||
1
root/etc/s6-overlay/s6-rc.d/init-permissions-config/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-permissions-config/up
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/etc/s6-overlay/s6-rc.d/init-permissions-config/run
|
||||||
0
root/etc/cont-init.d/60-renew → root/etc/s6-overlay/s6-rc.d/init-renew/run
Normal file → Executable file
0
root/etc/cont-init.d/60-renew → root/etc/s6-overlay/s6-rc.d/init-renew/run
Normal file → Executable file
1
root/etc/s6-overlay/s6-rc.d/init-renew/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-renew/type
Normal file
@@ -0,0 +1 @@
|
|||||||
|
oneshot
|
||||||
1
root/etc/s6-overlay/s6-rc.d/init-renew/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-renew/up
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/etc/s6-overlay/s6-rc.d/init-renew/run
|
||||||
0
root/etc/cont-init.d/31-require-url → root/etc/s6-overlay/s6-rc.d/init-require-url/run
Normal file → Executable file
0
root/etc/cont-init.d/31-require-url → root/etc/s6-overlay/s6-rc.d/init-require-url/run
Normal file → Executable file
1
root/etc/s6-overlay/s6-rc.d/init-require-url/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-require-url/type
Normal file
@@ -0,0 +1 @@
|
|||||||
|
oneshot
|
||||||
1
root/etc/s6-overlay/s6-rc.d/init-require-url/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-require-url/up
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/etc/s6-overlay/s6-rc.d/init-require-url/run
|
||||||
0
root/etc/cont-init.d/41-samples → root/etc/s6-overlay/s6-rc.d/init-samples-config/run
Normal file → Executable file
0
root/etc/cont-init.d/41-samples → root/etc/s6-overlay/s6-rc.d/init-samples-config/run
Normal file → Executable file
1
root/etc/s6-overlay/s6-rc.d/init-samples-config/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-samples-config/type
Normal file
@@ -0,0 +1 @@
|
|||||||
|
oneshot
|
||||||
1
root/etc/s6-overlay/s6-rc.d/init-samples-config/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-samples-config/up
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/etc/s6-overlay/s6-rc.d/init-samples-config/run
|
||||||
0
root/etc/cont-init.d/30-test-run → root/etc/s6-overlay/s6-rc.d/init-test-run/run
Normal file → Executable file
0
root/etc/cont-init.d/30-test-run → root/etc/s6-overlay/s6-rc.d/init-test-run/run
Normal file → Executable file
1
root/etc/s6-overlay/s6-rc.d/init-test-run/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-test-run/type
Normal file
@@ -0,0 +1 @@
|
|||||||
|
oneshot
|
||||||
1
root/etc/s6-overlay/s6-rc.d/init-test-run/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-test-run/up
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/etc/s6-overlay/s6-rc.d/init-test-run/run
|
||||||
0
root/etc/services.d/fail2ban/run → root/etc/s6-overlay/s6-rc.d/svc-fail2ban/run
Normal file → Executable file
0
root/etc/services.d/fail2ban/run → root/etc/s6-overlay/s6-rc.d/svc-fail2ban/run
Normal file → Executable file
1
root/etc/s6-overlay/s6-rc.d/svc-fail2ban/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/svc-fail2ban/type
Normal file
@@ -0,0 +1 @@
|
|||||||
|
longrun
|
||||||
Reference in New Issue
Block a user