Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't create account self hosted #407

Open
burtiraven opened this issue Dec 21, 2021 · 1 comment
Open

can't create account self hosted #407

burtiraven opened this issue Dec 21, 2021 · 1 comment

Comments

@burtiraven
Copy link

I can't create an account on my server, I have version 0.7 due to incompatibility issues with old versions, and not even those

@burtiraven
Copy link
Author

VirtualHost *:80>

ServerName turt2.burti.one
ServerAdmin hakase@hakase-labs.co

ProxyPreserveHost On
ProxyRequests off
ProxyPass /turtl http://127.0.0.1:8181 Keepalive=On timeout=1600
ProxyPassReverse /turtl http://127.0.0.1:8181
ProxyPass /turtl-api http://127.0.0.1:8181 Keepalive=On timeout=1600
ProxyPassReverse /turtl-api http://127.0.0.1:8181
LogLevel info
CustomLog ${APACHE_LOG_DIR}/turtl.log combined

<VirtualHost *:443>

ServerName turt2.burti.one
ServerAdmin albert.enriquez.domenech@gmail.com

SSLEngine on
SSLProtocol all -SSLv2 -SSLv3
SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA
SSLHonorCipherOrder on
SSLCompression off
SSLOptions +StrictRequire

SSLCertificateFile /etc/letsencrypt/live/turt2.burti.one/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/turt2.burti.one/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/turt2.burti.one/fullchain.pem

ProxyPreserveHost On
ProxyPass /turtl http://127.0.0.1:8181 Keepalive=On timeout=1600
ProxyPassReverse /turtl http://127.0.0.1:8181
ProxyPass /turtl-api http://127.0.0.1:8181 Keepalive=On timeout=1600
ProxyPassReverse /turtl-api http://127.0.0.1:8181

LogLevel info

CustomLog ${APACHE_LOG_DIR}/turtl.log combined
SSLOptions +StrictRequire

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant