GamePlayer gameplayer
gameplayer commented on issue FoundKeyGang/FoundKey#325 2023-01-29 11:55:20 +00:00
Support for LibreCaptcha?

Which means, the support isn't going to be added?

gameplayer opened issue FoundKeyGang/FoundKey#325 2023-01-18 10:57:45 +00:00
Support for LibreCaptcha?
gameplayer commented on issue FoundKeyGang/FoundKey#307 2022-12-27 20:21:14 +00:00
GitHub OAuth - invalid session error.

Oh, I didn't noticed. Thank you for the info.

gameplayer opened issue FoundKeyGang/FoundKey#307 2022-12-27 19:54:25 +00:00
GitHub OAuth - invalid session error.
gameplayer commented on issue FoundKeyGang/FoundKey#304 2022-12-26 14:12:00 +00:00
Option to disable SSL Certificates?

image

gameplayer commented on issue FoundKeyGang/FoundKey#304 2022-12-26 14:11:24 +00:00
Option to disable SSL Certificates?

image

gameplayer commented on issue FoundKeyGang/FoundKey#304 2022-12-26 14:08:05 +00:00
Option to disable SSL Certificates?

It works, but only partially. Fetching images between i.e. two FoundKeys doesn't work.

gameplayer opened issue FoundKeyGang/FoundKey#305 2022-12-26 09:41:28 +00:00
Fail2Ban configuration file
gameplayer opened issue FoundKeyGang/FoundKey#304 2022-12-26 09:03:51 +00:00
Option to disable SSL Certificates?
gameplayer commented on issue FoundKeyGang/FoundKey#251 2022-12-21 15:04:57 +00:00
Custom webprefix / webroot.

Also here's the sneak-peak HTML code for redirecting (if location is /foundkey/):

<!DOCTYPE html>
<html lang="en-US">
<head>
    <meta charset="UTF-8"/>
    <meta http-equiv='X-Frame-…
gameplayer commented on issue FoundKeyGang/FoundKey#251 2022-12-21 08:18:45 +00:00
Custom webprefix / webroot.

There's a second way to change webroot. Host FoundKey through nginx on different port, set X-Frame-Options to ALLOW-FROM SAMEDOMAIN & Embed it into HTML, set as index.html. Finally throw in…

gameplayer commented on issue FoundKeyGang/FoundKey#251 2022-12-03 13:37:00 +00:00
Custom webprefix / webroot.

What side effects it will have?

gameplayer commented on issue FoundKeyGang/FoundKey#251 2022-11-25 17:23:51 +00:00
Custom webprefix / webroot.

Yeah, it's ignoring the /foundkey/ element after the domain name.

gameplayer commented on issue FoundKeyGang/FoundKey#251 2022-11-25 12:24:07 +00:00
Custom webprefix / webroot.

I mean, I just wanted to have FoundKey under /foundkey/ directory in the URL. But still FoundKey is looking for resources at /. Why I want to do that is because I want to have main page /

gameplayer commented on issue FoundKeyGang/FoundKey#251 2022-11-25 07:21:09 +00:00
Custom webprefix / webroot.

By default I'm using nginx proxy redirects:

		location /api/ {
                        proxy_set_header Host $host;
                        proxy_set_header X-Real-IP $remote_addr;
      …
gameplayer opened issue FoundKeyGang/FoundKey#251 2022-11-24 20:30:41 +00:00
Custom webprefix / webroot.