Search
You can find the results of your search below.
Fulltext results:
- Nextcloud Container @docker_notes
- pps - /mnt/docker_store/nextcloud/data/html/config:/var/www/html/config - /mnt/docker_store/nextcloud/data/html/themes:/var/www/html/themes networ... m/server/stable/admin_manual/configuration_server/config_sample_php_parameters.html#default-parameters|Con... ean stuff, keeps the app running circles:manage:config edit config/type of a Circle c
- Docker Deluge Image / Service @docker_notes
- ft", "-f", "/etc/nftables.conf","&&","openvpn","--config","/etc/openvpn/ovpn_file.conf","--daemon","deluge... [[https://privatevpn.com/control-panel|PrivateVPN config panel]]. ====OpenVPN setup==== Most of the notes... %/usr/bin/python3 /usr/bin/deluged --port=58846 --config=/root/.config/deluge/ &%%'' however better using using ''/usr/bin/deluged -d'' ++++ *To check external
- Docker mailserver @docker_notes
- *Un-comment ''bind-address=0.0.0.0'' near end of config file in ''custom.cnf'' ( ''.config_sql/custom.cnf'') *''grant select on mailserver.* to 'mailserver'@... plement. Copy the latest version of adminer to ''.config/adminer'' *[[https://www.adminer.org/|Admine... nd * [-F] to start in foreground * [-c <config file>] * [reload] forces Dovecot to reload c
- Docker - DHCP Kea Server @docker_notes
- mplate [[https://kea.readthedocs.io/en/latest/arm/config-templates.html#template-home-network-of-a-power-u... d]] *[[https://kea.readthedocs.io/en/latest/arm/config-templates.html#template-home-network-of-a-power-u... ocker mounted directories. To control which dhcp4 config file to run (basic or plus): *''ln -s .config/dhcp_basic.conf .config/dhcp.conf'' to run basic *''ln
- Reverse Proxy Server - Traefik @docker_notes
- e bash [enable_line_numbers="true"]>cd data touch config.yml</code> <code bash [enable_line_numbers="true"... >docker-compose up -d</code> =====Traefik Routes Config===== ====Using labels in docker config files==== [[https://doc.traefik.io/traefik/routing/providers/doc... -between-labels-in-a-container-vs-defining-in-the-config-yml/16246|Understanding difference between labels
- Docker nginx / php notes @docker_notes
- nginx -t'' to test configuration * ''nginx -c //config_file//'' to start nginx with a non default config file. Default config file is ''/etc/nginx/nginx.conf''. =====Alpine nginx standard configuration (v3.20.0... e> See [[https://blog.martinfjordvald.com/nginx-config-history-fastcgi_params-versus-fastcgi-conf/|fastc
- Conky @home_server:home_server_setup:other_services
- g/web/20181207091827/http://conky.sourceforge.net/config_settings.html|Config Settings]] and [[https://web.archive.org/web/20181207091827/http://conky.sourceforge.net/variables.html|Variables]]. You use the Config Settings to describe general features of how you ... bian Server conky setup; ~/.conkyrc| <code> conky.config = { -- ------------------------------------------
- Rsync @home_server:home_server_setup:other_services
- uration system-wide, place these entries in ''ssh_config'': <code>StrictHostKeyChecking no UserKnownHostsF... SSH client configuration files (i.e. /etc/ssh/ssh_config -** This files set the default configuration for ... c SSH client configuration files (i.e. $HOME/.ssh/config -** This is user's own configuration file which, ... he global client configuration file, /etc/ssh/ssh_config. Add this to ''/etc/ssh/ssh_conf'' file to disab
- KPTree Torrent VM Setup @home_server
- create --name=kodi-headless \ -v <path to data>:/config/.kodi \ -e PGID=<gid> -e PUID=<uid> \ -e TZ=<time... identification Name (-name) **-v <path to data>:/config/.kodi \** <path to data> is the path on the loca... configuration files are loaded. It is mapped to /config/.kodi with in the container. These files are pers... create --name=kodi-headless \ -v /mnt/shared/kodi/config:/config/.kodi \ -e PGID=1001 -e PUID=1000 \ -e TZ
- BASH Customisation @home_server:home_server_setup:other_services
- y bash aliases with the community # Rename shared/config/bash_aliases.env.example and use it as a starter ... e --exclude-from /home/$BA_USERNAME/docker/shared/config/rsync-exclude' alias rsyncne='sudo rsync -avzh --... ytdump='yt-dlp --dump-json' alias ytdv='yt-dlp --config-location /home/$BA_USERNAME/docker/appdata/yt-dlp... $BA_USERNAME/docker/appdata/yt-dlp/cookies.txt" --config-location /home/$BA_USERNAME/docker/appdata/yt-dlp
- Docker - diun & ntfy @docker_notes
- timezone, was UTC # Use configuration file: config/etc/ntfy/server.yml # NTFY_BASE_URL: https... up or uid/gid, was UID:GID volumes: - ./config/var/cache/ntfy:/var/cache/ntfy - ./config/etc/ntfy:/etc/ntfy ports: - 8083:80 healthc... erver.yml''. ++++server.yml| <code># ntfy server config file # # Please refer to the documentation at htt
- turn server @docker_notes
- on-failure [:max-retries] volumes: - ./config/turnserver.conf:/etc/coturn/turnserver.conf - ../mail/.config/certificates:/etc/certs - ./config/log:/var/log networks: macnet1: ipv4_address: ... .97'', not the Docker host IP address. ++++ ++++config/turnserver.conf| <code yaml># TURN server name an
- Wifi Router / Access Points @linux_router
- device to roam if an AP is saturated) =====/etc/config/uhttpd===== ++++ default /etc/config/uhttpd| <code>config uhttpd 'main' list listen_http '0.0.0.0:80' list listen_http '[::]:80' list liste... on tcp_keepalive '1' option ubus_prefix '/ubus' config cert 'defaults' option days '397' option key_ty
- Back-up Server Old Setup @home_server:home_server_setup:other_services
- ###################### ####################### # CONFIG FILE VERSION # ####################### config_version 1.2 ########################### # SNAPSHOT ROOT ... ncftp/ </code> ++++ ++++with no comments| <code> config_version 1.2 snapshot_root /mnt/backup1 cmd_cp... ###################### ####################### # CONFIG FILE VERSION # ####################### config_ve
- Docker - DNS Server @docker_notes
- s] volumes: - '/mnt/docker_store/bind9/.config:/app/' - '/mnt/docker_store/bind9/.config/etc/bind:/etc/bind/' - '/mnt/docker_store/bind9/.config/var/bind:/var/bind/' - '/mnt/docker_store/bind9/.config/var/log:/var/log/' network_mode: host co