Compare commits

...

5 Commits

Author SHA1 Message Date
deepend 26845ec2f0 Stop tracking local-only files 2025-12-10 20:35:52 +00:00
deepend-tildeclub 9c3d27a1f5
Add 'blocks/' to .gitignore 2025-12-10 13:30:54 -07:00
deepend-tildeclub c8de4287d1
Update .gitignore to include .well-known and vendor 2025-12-10 13:29:30 -07:00
satori 8e8cc3ee76 Wiki: Replace dead Tildegit link with Tildeforge 2025-12-10 20:24:22 +00:00
satori 881e4f4e8f Wiki: Add extra troubleshooting info for Firefox browsers 2025-12-10 20:20:02 +00:00
8 changed files with 6 additions and 29 deletions

3
.gitignore vendored
View File

@ -1,4 +1,7 @@
.gitignore
.well-known/
blocks/.csfdeny
blocks/.env
header24h.php
nginx-logo.png
pkglist.txt

View File

@ -1,21 +0,0 @@
###############################################################################
# Copyright 2006-2018, Way to the Web Limited
# URL: http://www.configserver.com
# Email: sales@waytotheweb.com
###############################################################################
# The following IP addresses will be blocked in iptables
# One IP address per line
# CIDR addressing allowed with a quaded IP (e.g. 192.168.254.0/24)
# Only list IP addresses, not domain names (they will be ignored)
#
# Note: If you add the text "do not delete" to the comments of an entry then
# DENY_IP_LIMIT will ignore those entries and not remove them
#
# Advanced port+ip filtering allowed with the following format
# tcp/udp|in/out|s/d=port,port,...|s/d=ip
#
# See readme.txt for more information regarding advanced port filtering
#
94.134.107.75 # lfd: (sshd-session) sshd-session bruteforce 94.134.107.75 (DE/Germany/i5E866B4B.versanet.de): 1 in the last 3600 secs - Fri Sep 26 08:28:02 2025
2001:9e8:65ff:f600:bcfe:932d:c0a0:6735 # lfd: (sshd-session) sshd-session bruteforce 2001:9e8:65ff:f600:bcfe:932d:c0a0:6735 (Unknown): 1 in the last 3600 secs - Fri Sep 26 08:52:42 2025
2001:9e8:65d8:1900:8cbd:20f5:640a:c57b # lfd: (sshd-session) sshd-session bruteforce 2001:9e8:65d8:1900:8cbd:20f5:640a:c57b (Unknown): 1 in the last 3600 secs - Sun Sep 28 17:45:13 2025

View File

@ -1,6 +0,0 @@
APP_ENV=prod
DENY_FILE=.csfdeny
ALLOW_IPS=149.56.184.115
TRUST_PROXY=0
TRUSTED_PROXIES=
API_TOKEN=

BIN
images/tildeclub.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
images/tildeclub.small.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -49,7 +49,7 @@ function forbidden_name(string $name): bool
'git','gopher','hostmaster','imap','info','irc','is','isatap','it','localdomain','localhost','lounge',
'mail','mailer-daemon','marketing','marketting','mis','news','nobody','noc','noreply','pop','pop3',
'postmaster','retro','root','sales','security','smtp','ssladmin','ssladministrator','sslwebmaster',
'support','sysadmin','team','usenet','uucp','webmaster','wpad','www','znc',
'support','sysadmin','team','usenet','uucp','webmaster','wpad','www','znc','openpgpkey',
];
$lists = [$bad];

View File

@ -68,6 +68,7 @@ When you pass a `theme`, **only your CSS is loaded** (the default stylesheet is
* Make sure the link is on `https://tilde.club/~<your_username>/...` (not just the domain root).
* Check that browser extensions or privacy settings arent stripping referrers.
* On Firefox: Make sure in your about:config that `network.http.referer.XOriginTrimmingPolicy` is set to 0.
* The error page will display what referrer was received and the expected pattern.
## Example links

View File

@ -118,7 +118,7 @@ of technological liberation...
* [GitHub](https://github.com/tildeclub/site/)
(requires JavaScript and latest browser to view)
* [Tildegit](https://tildegit.org/club/site/)
* [Tildeforge](https://tildeforge.dev/TildeClub/site)
(read-only mirror,
replicates from GitHub;
do not need JavaScript to view)