use defined pygments

This commit is contained in:
Joel Falknau 2024-08-24 15:09:02 +10:00
parent 29ad4acff7
commit 0839920032
No known key found for this signature in database
6 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@ MUMBLE_URL = "mumble.example.com"
Add the following lines to your `.env` file Add the following lines to your `.env` file
```env ```bash
# Mumble # Mumble
MUMBLE_SUPERUSER_PASSWORD = superuser_password MUMBLE_SUPERUSER_PASSWORD = superuser_password
MUMBLE_ICESECRETWRITE = icesecretwrite MUMBLE_ICESECRETWRITE = icesecretwrite

View File

@ -25,7 +25,7 @@ BROADCAST_SERVICE_NAME = "broadcast"
Add the following lines to your `.env` file Add the following lines to your `.env` file
```env ```bash
# Openfire # Openfire
OPENFIRE_SECRET_KEY = superuser_password OPENFIRE_SECRET_KEY = superuser_password
BROADCAST_USER_PASSWORD = icesecretwrite BROADCAST_USER_PASSWORD = icesecretwrite

View File

@ -34,7 +34,7 @@ CELERYBEAT_SCHEDULE['run_ts3_group_update'] = {
Add the following lines to your `.env` file Add the following lines to your `.env` file
```env ```bash
# Temspeak # Temspeak
TEAMSPEAK3_SERVERQUERY_USER = "serverquery" TEAMSPEAK3_SERVERQUERY_USER = "serverquery"
TEAMSPEAK3_SERVERQUERY_PASSWORD = "" TEAMSPEAK3_SERVERQUERY_PASSWORD = ""

View File

@ -29,7 +29,7 @@ Replace your docker-compose.yml with the contents of <https://gitlab.com/allianc
V3.x installs likely used a dedicated database for Nginx Proxy Manager, you can either setup NPM again without a database, or uncomment the sections noted to maintain this configuration V3.x installs likely used a dedicated database for Nginx Proxy Manager, you can either setup NPM again without a database, or uncomment the sections noted to maintain this configuration
```docker-compose ```docker
proxy: proxy:
... ...
# Uncomment this section to use a dedicated database for Nginx Proxy Manager # Uncomment this section to use a dedicated database for Nginx Proxy Manager
@ -64,7 +64,7 @@ V3.x installs likely used a dedicated database for Nginx Proxy Manager, you can
You will need to add some entries to your .env file You will need to add some entries to your .env file
```env ```bash
AA_DB_CHARSET=utf8mb4 AA_DB_CHARSET=utf8mb4
GF_SECURITY_ADMIN_USERNAME=admin GF_SECURITY_ADMIN_USERNAME=admin
``` ```

View File

@ -122,7 +122,7 @@ a2dissite 000-default.conf
## Sample Config File ## Sample Config File
```ini ```apacheconf
<VirtualHost *:80> <VirtualHost *:80>
ServerName auth.example.com ServerName auth.example.com

View File

@ -99,7 +99,7 @@ Replace the nginx service in your docker-compose as follows
Modify your nginx.conf as follows Modify your nginx.conf as follows
```conf ```nginx
load_module modules/ngx_http_brotli_static_module.so; load_module modules/ngx_http_brotli_static_module.so;
load_module modules/ngx_http_brotli_filter_module.so; load_module modules/ngx_http_brotli_filter_module.so;
... ...