]> jfr.im git - uguu.git/log
uguu.git
2 years agoUpdate .gitignore
Eric Johansson (neku) [Tue, 22 Jun 2021 16:16:25 +0000 (18:16 +0200)] 
Update .gitignore

2 years agoUpdate X.Y.conf
Eric Johansson (neku) [Tue, 22 Jun 2021 13:46:13 +0000 (15:46 +0200)] 
Update X.Y.conf

2 years agoUpdate .gitignore
nokonoko [Tue, 22 Jun 2021 13:22:46 +0000 (15:22 +0200)] 
Update .gitignore

2 years agoUpdate README.md
nokonoko [Tue, 22 Jun 2021 09:29:04 +0000 (11:29 +0200)] 
Update README.md

2 years agoUpdate README.md
nokonoko [Tue, 22 Jun 2021 09:24:34 +0000 (11:24 +0200)] 
Update README.md

2 years agoUpdate README.md
nokonoko [Tue, 22 Jun 2021 09:19:54 +0000 (11:19 +0200)] 
Update README.md

2 years agoMerge pull request #66 from fredsterorg/master
Eric Johansson (neku) [Tue, 22 Jun 2021 09:14:01 +0000 (11:14 +0200)] 
Merge pull request #66 from fredsterorg/master

Spelling edit

2 years agoUpdate README.md
nokonoko [Mon, 21 Jun 2021 20:36:21 +0000 (22:36 +0200)] 
Update README.md

2 years agoadd a / v1.0
nokonoko [Mon, 21 Jun 2021 13:31:00 +0000 (15:31 +0200)] 
add a /

2 years agofixed empty db when not logging ip
nokonoko [Mon, 21 Jun 2021 12:54:54 +0000 (14:54 +0200)] 
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.

2 years agoMerge pull request #67 from Ryanll8798/patch-1
Eric Johansson (neku) [Sun, 20 Jun 2021 11:07:40 +0000 (13:07 +0200)] 
Merge pull request #67 from Ryanll8798/patch-1

2 years agoUpdate X.Y.conf
Ryanll8798 [Sat, 19 Jun 2021 20:11:45 +0000 (16:11 -0400)] 
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;
}

}

2 years agoUpdate nginx.conf
Eric Johansson (neku) [Thu, 10 Jun 2021 09:18:05 +0000 (11:18 +0200)] 
Update nginx.conf

2 years agoUpdate X.Y.conf
Eric Johansson (neku) [Sun, 6 Jun 2021 20:35:22 +0000 (22:35 +0200)] 
Update X.Y.conf

2 years agoUpdate X.Y.conf
Eric Johansson (neku) [Sun, 6 Jun 2021 18:48:03 +0000 (20:48 +0200)] 
Update X.Y.conf

2 years agoUpdate nginx.conf
Eric Johansson (neku) [Sun, 6 Jun 2021 17:47:50 +0000 (19:47 +0200)] 
Update nginx.conf

2 years agoUpdate X.Y.conf
Eric Johansson (neku) [Sun, 6 Jun 2021 17:45:19 +0000 (19:45 +0200)] 
Update X.Y.conf

2 years agoUpdate X.Y.conf
Eric Johansson (neku) [Sun, 6 Jun 2021 17:38:55 +0000 (19:38 +0200)] 
Update X.Y.conf

2 years agogrammar edit
fredster33 [Sat, 5 Jun 2021 21:11:47 +0000 (14:11 -0700)] 
grammar edit

2 years agoUpdate README.md
nokonoko [Sat, 5 Jun 2021 15:08:07 +0000 (17:08 +0200)] 
Update README.md

2 years agoupdated documentation and install instructions
nokonoko [Sat, 5 Jun 2021 14:49:15 +0000 (16:49 +0200)] 
updated documentation and install instructions

2 years agoupdate
nokonoko [Sat, 5 Jun 2021 14:26:38 +0000 (16:26 +0200)] 
update

2 years agoupdate nginx configs
nokonoko [Sat, 5 Jun 2021 14:25:04 +0000 (16:25 +0200)] 
update nginx configs

2 years agoadd nginx example configs
nokonoko [Sat, 5 Jun 2021 14:23:24 +0000 (16:23 +0200)] 
add nginx example configs

2 years agoadd nginx example confs
nokonoko [Sat, 5 Jun 2021 14:19:47 +0000 (16:19 +0200)] 
add nginx example confs

2 years agoUpdate .gitignore
nokonoko [Sat, 5 Jun 2021 14:18:43 +0000 (16:18 +0200)] 
Update .gitignore

2 years agoupdate styling and readme
nokonoko [Fri, 4 Jun 2021 12:17:26 +0000 (14:17 +0200)] 
update styling and readme

gonna add more docs regarding all the settings in the next commit

2 years agoUpdate README.md
Eric Johansson (neku) [Fri, 4 Jun 2021 11:50:09 +0000 (13:50 +0200)] 
Update README.md

3 years agominor fixes
nokonoko [Mon, 17 May 2021 09:04:32 +0000 (11:04 +0200)] 
minor fixes

renaming and removing a unused function

3 years agoUpdate faq.swig
nokonoko [Sat, 15 May 2021 23:36:39 +0000 (01:36 +0200)] 
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

3 years agoupdate var names
nokonoko [Sat, 15 May 2021 13:31:23 +0000 (15:31 +0200)] 
update var names

forgot to change var names, oopsies

3 years agoremove function
nokonoko [Sat, 15 May 2021 12:58:31 +0000 (14:58 +0200)] 
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

3 years agoadd svg to blacklist
nokonoko [Wed, 12 May 2021 11:34:14 +0000 (13:34 +0200)] 
add svg to blacklist

3 years agoip logging
nokonoko [Sun, 2 May 2021 12:48:30 +0000 (14:48 +0200)] 
ip logging

3 years agogive option to log ip
nokonoko [Sun, 2 May 2021 12:38:09 +0000 (14:38 +0200)] 
give option to log ip

3 years agoUpdate README.md
nokonoko [Thu, 3 Dec 2020 21:51:50 +0000 (22:51 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Mon, 23 Nov 2020 15:01:17 +0000 (16:01 +0100)] 
Update README.md

3 years agonvm
nokonoko [Sun, 22 Nov 2020 07:11:02 +0000 (08:11 +0100)] 
nvm

3 years agos
nokonoko [Sun, 22 Nov 2020 07:10:46 +0000 (08:10 +0100)] 
s

3 years agoUpdate favicon.ico
nokonoko [Sun, 22 Nov 2020 07:05:34 +0000 (08:05 +0100)] 
Update favicon.ico

3 years agoMerge branch 'master' of https://github.com/nokonoko/Uguu
nokonoko [Sun, 22 Nov 2020 06:44:10 +0000 (07:44 +0100)] 
Merge branch 'master' of https://github.com/nokonoko/Uguu

3 years agocompressed
nokonoko [Sun, 22 Nov 2020 06:44:01 +0000 (07:44 +0100)] 
compressed

3 years agoDelete .gitignore
Eric Johansson (neku) [Sun, 22 Nov 2020 04:49:28 +0000 (05:49 +0100)] 
Delete .gitignore

3 years agotemplate changes
nokonoko [Fri, 20 Nov 2020 15:54:11 +0000 (16:54 +0100)] 
template changes

3 years agoUpdate README.md
nokonoko [Fri, 20 Nov 2020 14:01:10 +0000 (15:01 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Fri, 20 Nov 2020 13:51:12 +0000 (14:51 +0100)] 
Update README.md

3 years agoUpdate README.md
Eric Johansson (neku) [Thu, 19 Nov 2020 01:32:10 +0000 (02:32 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Thu, 19 Nov 2020 01:28:38 +0000 (02:28 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Thu, 19 Nov 2020 01:23:16 +0000 (02:23 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Thu, 19 Nov 2020 01:21:42 +0000 (02:21 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Thu, 19 Nov 2020 01:20:40 +0000 (02:20 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 23:17:12 +0000 (00:17 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 23:13:18 +0000 (00:13 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 23:10:42 +0000 (00:10 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 22:38:53 +0000 (23:38 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 14:45:53 +0000 (15:45 +0100)] 
Update README.md

3 years ago..
nokonoko [Wed, 18 Nov 2020 14:28:01 +0000 (15:28 +0100)] 
..

3 years agoMerge pull request #62 from nokonoko/testing
Eric Johansson (neku) [Wed, 18 Nov 2020 14:06:53 +0000 (15:06 +0100)] 
Merge pull request #62 from nokonoko/testing

fix error codes

3 years agofixed error codes
nokonoko [Wed, 18 Nov 2020 14:05:26 +0000 (15:05 +0100)] 
fixed error codes

3 years agocorrect error messages
nokonoko [Wed, 18 Nov 2020 13:55:46 +0000 (14:55 +0100)] 
correct error messages

3 years agodurr
nokonoko [Wed, 18 Nov 2020 13:31:59 +0000 (14:31 +0100)] 
durr

3 years agochange desc
nokonoko [Wed, 18 Nov 2020 13:15:44 +0000 (14:15 +0100)] 
change desc

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 13:01:27 +0000 (14:01 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 13:00:15 +0000 (14:00 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 12:54:47 +0000 (13:54 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 12:53:42 +0000 (13:53 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 12:49:04 +0000 (13:49 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 12:46:32 +0000 (13:46 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 12:43:44 +0000 (13:43 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 12:41:27 +0000 (13:41 +0100)] 
Update README.md

3 years agoUpdate upload.php
nokonoko [Wed, 18 Nov 2020 12:37:23 +0000 (13:37 +0100)] 
Update upload.php

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 12:20:44 +0000 (13:20 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 12:15:44 +0000 (13:15 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 12:14:11 +0000 (13:14 +0100)] 
Update README.md

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 12:12:17 +0000 (13:12 +0100)] 
Update README.md

3 years ago...
nokonoko [Wed, 18 Nov 2020 12:09:15 +0000 (13:09 +0100)] 
...

3 years agoscripts config
nokonoko [Wed, 18 Nov 2020 12:07:28 +0000 (13:07 +0100)] 
scripts config

3 years agofixed
nokonoko [Wed, 18 Nov 2020 12:04:23 +0000 (13:04 +0100)] 
fixed

3 years agoUpdate README.md
nokonoko [Wed, 18 Nov 2020 11:56:49 +0000 (12:56 +0100)] 
Update README.md

3 years agonew uguu code
nokonoko [Wed, 18 Nov 2020 11:54:47 +0000 (12:54 +0100)] 
new uguu code

This is the code that uguu.se is running, based off Pomf.

3 years agoDelete tools.txt
Eric Johansson (neku) [Mon, 16 Nov 2020 23:45:41 +0000 (00:45 +0100)] 
Delete tools.txt

3 years agoUpdate README.md
Eric Johansson (neku) [Sun, 13 Sep 2020 00:19:02 +0000 (02:19 +0200)] 
Update README.md

3 years agoUpdate README.md
Eric Johansson (neku) [Sun, 13 Sep 2020 00:18:47 +0000 (02:18 +0200)] 
Update README.md

3 years agoUpdate README.md
Eric Johansson (neku) [Tue, 28 Jul 2020 10:46:28 +0000 (12:46 +0200)] 
Update README.md

3 years agoUpdate README.md
Eric Johansson (neku) [Sun, 7 Jun 2020 10:00:30 +0000 (12:00 +0200)] 
Update README.md

4 years agoMerge pull request #59 from Bandie/master
Eric Johansson (neku) [Thu, 26 Mar 2020 13:31:11 +0000 (14:31 +0100)] 
Merge pull request #59 from Bandie/master

Showing "randomname" as possible form field

4 years agoShowing "randomname" as possible form field
Bandie [Thu, 26 Mar 2020 12:36:59 +0000 (13:36 +0100)] 
Showing "randomname" as possible form field

4 years agoMerge pull request #36 from thxo/remove-dot-suffix-randomname
Eric Johansson (neku) [Sun, 15 Dec 2019 00:16:01 +0000 (01:16 +0100)] 
Merge pull request #36 from thxo/remove-dot-suffix-randomname

Ensure no trailing dot in random filenames

4 years agonvm
Eric Johansson (neku) [Sun, 15 Dec 2019 00:11:42 +0000 (01:11 +0100)] 
nvm

4 years agoadded mime type blocks
Eric Johansson (neku) [Sun, 15 Dec 2019 00:07:45 +0000 (01:07 +0100)] 
added mime type blocks

6 years agoMerge pull request #50 from 1265578519/patch-2
Eric Johansson (neku) [Sat, 28 Apr 2018 10:48:33 +0000 (12:48 +0200)] 
Merge pull request #50 from 1265578519/patch-2

Update upload-done.html

6 years agoUpdate upload-done.html
小樱 [Fri, 27 Apr 2018 11:32:53 +0000 (19:32 +0800)] 
Update upload-done.html

新标签打开

6 years agoMerge pull request #49 from avail/avail-patch-1
Eric Johansson (neku) [Mon, 19 Mar 2018 22:23:11 +0000 (23:23 +0100)] 
Merge pull request #49 from avail/avail-patch-1

works with caddy!

6 years agoMerge branch 'master' into avail-patch-1
0x617661696c [Mon, 19 Mar 2018 16:06:06 +0000 (17:06 +0100)] 
Merge branch 'master' into avail-patch-1

6 years agoUpdate README.md
Eric Johansson (neku) [Mon, 19 Mar 2018 12:23:12 +0000 (13:23 +0100)] 
Update README.md

6 years agoUpdate README.md
Eric Johansson (neku) [Mon, 19 Mar 2018 12:22:16 +0000 (13:22 +0100)] 
Update README.md

6 years agoMerge pull request #48 from Kattus/patch-1
Eric Johansson (neku) [Mon, 19 Mar 2018 12:20:46 +0000 (13:20 +0100)] 
Merge pull request #48 from Kattus/patch-1

I run this on nginx+php7-fpm on debian 9

6 years agoworks with caddy!
0x617661696c [Mon, 19 Mar 2018 03:41:17 +0000 (04:41 +0100)] 
works with caddy!

Also add example caddy config

6 years agoI run this on nginx+php7-fpm on debian 9
Magnus Boman [Sun, 18 Mar 2018 10:04:32 +0000 (11:04 +0100)] 
I run this on nginx+php7-fpm on debian 9

and it just werks

6 years agoMerge pull request #35 from jclariviere/whitelist
Eric Johansson (neku) [Fri, 16 Mar 2018 15:21:05 +0000 (16:21 +0100)] 
Merge pull request #35 from jclariviere/whitelist

Add a whitelist mode, should work?