edit traefik.yml
entryPoints:
web:
address: ":80"
websecure:
address: ":443"
dot: # <- ADD THIS
address: ":853" # <- ADD THIS| --- | |
| ############################################################### | |
| # Authelia configuration # | |
| ############################################################### | |
| identity_validation: | |
| reset_password: | |
| jwt_secret: {{ secret "/config/secrets/identity_validation_reset_password_jwt_secret" }} | |
| default_redirection_url: https://public.example.com |
edit traefik.yml
entryPoints:
web:
address: ":80"
websecure:
address: ":443"
dot: # <- ADD THIS
address: ":853" # <- ADD THISUpdated 1/16/2023 changed to cgroup2 for Proxmox 7
Find the proper driver at the NVidia website.
Note: Make sure to select "Linux 64-bit" as your OS
Add the non-free debian repository
echo 'deb http://ftp.us.debian.org/debian bullseye non-free' > /etc/apt/sources.list.d/non-free.list
Refresh
apt update
Add proxmox-specific headers required for DKMS https://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support
Find the proper driver at the NVidia website.
Note: Make sure to select "Linux 64-bit" as your OS
Hit the "Search" button.
This is a cheat sheet for how to perform various actions to ZSH, which can be tricky to find on the web as the syntax is not intuitive and it is generally not very well-documented.
| Description | Syntax |
|---|---|
| Get the length of a string | ${#VARNAME} |
| Get a single character | ${VARNAME[index]} |
| --- | |
| AWSTemplateFormatVersion: '2010-09-09' | |
| Description: some-sftp-server | |
| Parameters: | |
| HostedZoneIdParam: | |
| Type: String | |
| Description: Hosted Zone ID | |
| SFTPHostnameParam: | |
| Type: String |
| <?xml version="1.0"?> | |
| <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
| <!-- /etc/fonts/conf.avail/51-noto-color-emoji.conf --> | |
| <fontconfig> | |
| <selectfont> | |
| <acceptfont> | |
| <pattern> | |
| <patelt name="family"><string>Noto Color Emoji</string></patelt> | |
| </pattern> | |
| </acceptfont> |
| # initialization file (not found) |