Add certbot timer
All checks were successful
ShellCheck / shellcheck (push) Successful in 26s

This commit is contained in:
Mathieu Strypsteen 2024-03-21 19:05:24 +01:00
parent 8fa52ffce4
commit bb4a03f37f
Signed by: mathieu
GPG key ID: 782A42E461BC6824
5 changed files with 7 additions and 4 deletions

View file

@ -4,7 +4,7 @@ RUN ln -s /etc/systemd/user/code-server.service /home/coder/.config/systemd/user
USER root
RUN sed /^tsflags/d -i /etc/dnf/dnf.conf
RUN dnf up -y
RUN dnf install -y bash-color-prompt bash-completion cargo hostname man-db man-pages nodejs-npm postgresql-server python-unversioned-command systemd-container vim-enhanced
RUN dnf install -y bash-color-prompt bash-completion cargo hostname man-db man-pages nodejs-npm postgresql-server python-unversioned-command rustfmt rust-src systemd-container vim-enhanced
RUN authselect select minimal
RUN mkdir /etc/systemd/system/user@.service.d
RUN mkdir /var/lib/systemd/linger

View file

@ -1,6 +1,6 @@
FROM quay.io/fedora/fedora-toolbox
RUN dnf up -y
RUN dnf install -y bash-color-prompt gcc-gdb-plugin gdb nautilus netcat nodejs-npm python3-pip systemd-container vim-enhanced wine-desktop wine-fonts xdg-desktop-portal-gtk xdg-utils
RUN dnf install -y bash-color-prompt gcc-gdb-plugin gdb libglvnd-opengl nautilus netcat nodejs-npm python3-pip systemd-container vim-enhanced wine-desktop wine-fonts xdg-desktop-portal-gtk xdg-utils
RUN authselect select minimal
RUN systemctl disable systemd-resolved
RUN pip install frida-tools

View file

@ -4,8 +4,6 @@ color-scheme='prefer-dark'
enable-animations=false
gtk-enable-primary-paste=false
show-battery-percentage=true
[org/gnome/desktop/peripherals/touchpad]
disable-while-typing=false
[org/gnome/desktop/privacy]
remember-recent-files=false
remove-old-temp-files=true

View file

@ -0,0 +1,5 @@
[Timer]
OnCalendar=monthly
Unit=certbot.service
[Install]
WantedBy=timers.target