Merge branch 'main' of github.com:koush/scrypted

This commit is contained in:
Koushik Dutta
2025-03-03 09:43:56 -08:00

View File

@@ -18,7 +18,7 @@ RUN xcaddy build --with github.com/caddy-dns/cloudflare --output /usr/local/bin/
# nftables
COPY scrypted-nftables.service /etc/systemd/system
RUN systemctl enable scrypted-nftables
RUN bash -c 'echo include \"/etc/nftables.d/*.conf\"\; >> /etc/nftables.conf'
RUN bash -c 'echo include \"/etc/nftables.d/*.conf\"\; > /etc/nftables.conf'
RUN mkdir -p /etc/nftables.d
COPY 01-scrypted.conf /etc/nftables.d
@@ -36,4 +36,4 @@ COPY scrypted.service /etc/systemd/system/scrypted.service
RUN systemctl enable scrypted
WORKDIR /
CMD ["/sbin/init"]
CMD ["/sbin/init"]