OpenVPN-Docker-GoogleAuth
OpenVPN-Docker-GoogleAuth copied to clipboard
OpenVPN setup with a web admin and with Google Authentication Enabled
I have following problem that docker-compose writes me following: => CACHED [ 9/15] RUN sed -i "s/$host\ =\ 'localhost'/$host = 'db'/" "/var/www/html/include/config.php" && sed -i "s/$pass\ =\ ''/$pass = getenv('OPENVPN_ADMIN_PASSWORD')/"...
Once installed immediately after creating an Administrator account, it gives this error: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual...
I get the following error. ``` During handling of the above exception, another exception occurred: Traceback (most recent call last): File "docker-compose", line 3, in File "compose/cli/main.py", line 81, in...
ADD ";" in line 6 on pod webadmin route /var/www/html/sql/schema-5.sql before run localhost:8080/index.php?installation alter table `user` ADD COLUMN `user_2factor` tinyint(1) NOT NULL DEFAULT '1'**;**
after renaming and .env_template to .env and changing things installs fine then running http://localhost:8080/index.php?installation works but when submitting the sql quetry dies running on debian 11
Hello, This error happens when exec docker-composer up -d: WARNING: The HOST_SSL_PORT variable is not set. Defaulting to a blank string. WARNING: The MYSQL_ROOT_PASSWORD variable is not set. Defaulting to...
Fatal error: Uncaught PDOException: SQLSTATE[HY000] [1045] Access denied for user 'openvpn-admin'@'172.18.0.5' (using password: YES) in /var/www/html/include/connect.php:5 Stack trace: #0 /var/www/html/include/connect.php(5): PDO->__construct('mysql:host=db;p...', 'openvpn-admin', 'aRandomPassword', Array) #1 /var/www/html/index.php(5): require('/var/www/html/i...') #2 {main} thrown...