user

Search

You can find the results of your search below.

KPTree - MSWindows Setup @home_server
1 Hits, Last modified:
in typical Apple fashion I find is not smart end user friendly as it has been designed for not smart us... type in the network drive into the path, e.g. "\\User1NetworkDrive", but this is a bit clumsy and is no... ink /D Link Target", example: "mklink /D C:\Users\User1\User1NetworkDrive \\User1NetworkDrive". ====Windows Drive Substitution - subst ==== This is the comma
Docker-Compose @docker_notes
2 Hits, Last modified:
r installation and they need to be created by the user (otherwise fails) using the docker volume create ... ess OOMScoreAdjust=-500 [Install] WantedBy=multi-user.target </code>++++ The override file for docker.
Docker mailserver @docker_notes
42 Hits, Last modified:
y of the sqlite database. The use of a full multi user server / client relational database is not necess... d'' The email spam removing daemon *swaks => ''/user/bin/swaks'' Seems to only be in testing reposito... ” makes sure that if a domain is deleted that all user accounts in that domain are also deleted to avoid... mysqlnd. ====mariadb sql commands==== *''SELECT User, Host FROM mysql.user;'' this shows all the user
Nextcloud Container @docker_notes
62 Hits, Last modified:
70 - MYSQL_DATABASE=nextcloud - MYSQL_USER=nextcloud - MYSQL_HOST=db - REDIS_HOS... 70 - MYSQL_DATABASE=nextcloud - MYSQL_USER=nextcloud - MARIADB_AUTO_UPGRADE=1 netw... access to relevant container *Confirm required user, default login is as ''root'', for next cloud eas... unning docker container use ''%%docker exec -it --user www-data nextcloud-app-1 ash%%'', where: *''%
Docker Deluge Image / Service @docker_notes
15 Hits, Last modified:
pn.login COPY pre_start_tun.sh /etc/openvpn/ COPY user/* /etc/s6-overlay/s6-rc.d/user/contents.d #COPY user/pre_start_tun /etc/s6-overlay/s6-rc.d/user/contents.d/ #COPY user/pre_start_nft /etc/s6-overlay/s6-rc.d
Reverse Proxy Server @docker_notes
3 Hits, Last modified:
enable_line_numbers="true"]>echo $(htpasswd -nb "<USER>" "<PASSWORD>") | sed -e s/\\$/\\$\\$/g</code> NOTE: Replace <USER> with your username and <PASSWORD> with your pass... ik.http.middlewares.traefik-auth.basicauth.users=<USER>:<HASHED-PASSWORD>) \\ \\ <code bash [enable_li