Commit Graph

246 Commits (5d44b61c165f85d020ef549c10cdf8a783a2942a)

Author SHA1 Message Date
nokonoko 5d44b61c16 things 2021-06-23 14:31:48 +02:00
nokonoko 85d74c0d22 reload 2021-06-22 21:30:58 +02:00
nokonoko e3b2d66ef3 clean slate 2021-06-22 18:18:18 +02:00
nokonoko 8ea87bf207 Merge branch 'testing' of https://github.com/nokonoko/Uguu into testing 2021-06-22 18:15:45 +02:00
nokonoko cf1d2267e3 a 2021-06-22 18:15:36 +02:00
Eric Johansson (neku) 7002081c5c
Update X.Y.conf 2021-06-22 15:45:49 +02:00
nokonoko 8c2ebd4b8e Update dist.json 2021-06-22 15:25:47 +02:00
nokonoko 8a32b18eae Update .gitignore 2021-06-22 15:21:54 +02:00
nokonoko c685ab1fc3 Update .gitignore 2021-06-22 15:18:42 +02:00
nokonoko 30bd416912 revert 2021-06-22 14:29:33 +02:00
nokonoko 48233fb137 saner code 2021-06-22 13:25:57 +02:00
nokonoko 74d3554fa6 slim down 2021-06-22 12:55:44 +02:00
nokonoko 1d15881dee anti-dupe option 2021-06-22 11:39:26 +02:00
nokonoko b873b00865 start of admin panel 2021-06-21 23:44:27 +02:00
nokonoko d3acd4328d Update README.md 2021-06-21 22:36:21 +02:00
nokonoko db13e9c4c6 add a / 2021-06-21 15:31:00 +02:00
nokonoko 317f689904 fixed empty db when not logging ip
If you set the config value to no in order to not log IP's it would not insert anything to the DB because of the missing empty ip.
2021-06-21 14:54:54 +02:00
Eric Johansson (neku) a06deebce9
Merge pull request #67 from Ryanll8798/patch-1 2021-06-20 13:07:40 +02:00
Ryanll8798 a189f9a329
Update X.Y.conf
server{
listen	        443 ssl http2;
server_name		www.X.Y X.Y;
ssl on;
ssl_certificate /etc/letsencrypt/live/X.Y/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/X.Y/privkey.pem;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH';
ssl_ecdh_curve secp384r1;
ssl_buffer_size 2k;
ssl_session_tickets off;

root /var/www/uguu/dist/;
autoindex		off;
access_log      off;
index index.html index.php;
etag on;

location ~* \.(?:css|js|jpg|jpeg|gif|png|ico|xml|eot|woff|woff2|ttf|svg|otf)$ {
add_header        Cache-Control "public";
expires           30d;
}

 gzip on;
 gzip_min_length 1000;
 gzip_comp_level 6;
 gzip_proxied any;
 gzip_types text/css text/js text/javascript application/javascript application/x-javascript;

location ~* \.php$ {
fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;
fastcgi_intercept_errors on;
fastcgi_index index.php;
fastcgi_split_path_info ^(.+\.php)(.*)$;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}

}
2021-06-19 16:11:45 -04:00
Eric Johansson (neku) c367c9388c
Update nginx.conf 2021-06-10 11:18:05 +02:00
Eric Johansson (neku) 50d2ae5660
Update X.Y.conf 2021-06-06 22:35:22 +02:00
Eric Johansson (neku) bbd7acc88f
Update X.Y.conf 2021-06-06 20:48:03 +02:00
Eric Johansson (neku) 9ed3650ffb
Update nginx.conf 2021-06-06 19:47:50 +02:00
Eric Johansson (neku) e9d9f73c92
Update X.Y.conf 2021-06-06 19:45:19 +02:00
Eric Johansson (neku) 264033d188
Update X.Y.conf 2021-06-06 19:38:55 +02:00
nokonoko 0c9a152f84 Update README.md 2021-06-05 17:08:07 +02:00
nokonoko b318cf67eb updated documentation and install instructions 2021-06-05 16:49:15 +02:00
nokonoko aeb1654c60 update 2021-06-05 16:26:38 +02:00
nokonoko b1b2f99594 update nginx configs 2021-06-05 16:25:04 +02:00
nokonoko 2b1a9764d9 add nginx example configs 2021-06-05 16:23:24 +02:00
nokonoko 89c544a9e8 add nginx example confs 2021-06-05 16:19:47 +02:00
nokonoko 725278aa3b Update .gitignore 2021-06-05 16:18:43 +02:00
nokonoko 4f079fbda0 update styling and readme
gonna add more docs regarding all the settings in the next commit
2021-06-04 14:17:26 +02:00
Eric Johansson (neku) 05ccc44c17
Update README.md 2021-06-04 13:50:09 +02:00
nokonoko e36e72e5a7 minor fixes
renaming and removing a unused function
2021-05-17 11:04:32 +02:00
nokonoko d5d5880866 Update faq.swig
This is something the one hosting the site should take a stand on, not having it there by default feels better in case the site master actually logs data but does forgets to alter the FAQ or something
2021-05-16 01:36:39 +02:00
nokonoko b349c51aa2 update var names
forgot to change var names, oopsies
2021-05-15 15:31:23 +02:00
nokonoko 778085118c remove function
This is currently only used on Uguu.se, will be adding instructions for this at another time meanwhile this can't be enabled... oopsies
2021-05-15 14:58:31 +02:00
nokonoko ef50e75212 add svg to blacklist 2021-05-12 13:34:14 +02:00
nokonoko 4e2292a92e ip logging 2021-05-02 14:48:30 +02:00
nokonoko 8fa0750dd7 give option to log ip 2021-05-02 14:38:09 +02:00
nokonoko 7c9356159c Update README.md 2020-12-03 22:51:50 +01:00
nokonoko 3edf5c0369 Update README.md 2020-11-23 16:01:17 +01:00
nokonoko 30e1ff5296 nvm 2020-11-22 08:11:02 +01:00
nokonoko 8bff19e2f6 s 2020-11-22 08:10:46 +01:00
nokonoko 49d95b1240 Update favicon.ico 2020-11-22 08:05:34 +01:00
nokonoko ef7f3bd053 Merge branch 'master' of https://github.com/nokonoko/Uguu 2020-11-22 07:44:10 +01:00
nokonoko 4542db783e compressed 2020-11-22 07:44:01 +01:00
Eric Johansson (neku) 5a11d3eeef
Delete .gitignore 2020-11-22 05:49:28 +01:00
nokonoko db84546ea8 template changes 2020-11-20 16:54:11 +01:00