Commit Graph

122 Commits

Author SHA1 Message Date
qorg11 ac4c841e64
Stop if request method is GET 2020-11-15 02:48:42 +01:00
qorg11 59ae705c09
Updated synopsys in the manpage 2020-11-14 23:40:41 +01:00
qorg11 a3211d897e
add fcgiwrap to the installation 2020-11-14 23:30:49 +01:00
qorg11 68d9f1e56e
Change the .cgi extension to .notcgi so the stupid http server doesn't try to execute it 2020-11-14 22:48:02 +01:00
qorg11 d85e35d0d5
POSTing to / is now possible 2020-11-14 22:35:26 +01:00
qorg11 44c566380c
Merge branch 'master' of vxempire.xyz:lainsafe 2020-11-07 17:46:28 +01:00
qorg11 d363d9695b
Add --i2p to the lainsafecli manpage 2020-11-07 17:45:12 +01:00
qorg11 6165c4bfc3
Added a available servers
(Please informe me if you setup one!)
2020-10-20 16:12:09 +02:00
qorg11 abbfb622a0
duckdns lainsafe used the oldest lainsafe version as possible and delegao's doesn't and it's not cloudflared anymore. so "official" again! 2020-10-20 16:06:15 +02:00
qorg11 29bd98c134
FINAL COMMIT I SWEAR 2020-10-20 16:00:20 +02:00
qorg11 3c9e3897f6
I swear i'm not farming commits 2020-10-20 15:58:39 +02:00
qorg11 d2c759f53d
whoops 2020-10-20 15:57:55 +02:00
qorg11 baec5b3edd
Improved lainsafe manpage formatting 2020-10-20 15:56:22 +02:00
qorg11 c055fb17a3
Improved documentation 2020-10-20 15:48:23 +02:00
qorg11 072c16cceb
Added info about php lainsafe 2020-10-19 22:59:14 +02:00
qorg11 80bd21f841
Added XMR address 2020-10-11 18:15:44 +02:00
qorg11 c3c63f6651
fixed i2p proxy apparently http proxy is better than socks for i2p. just going to believe them 2020-10-08 14:19:03 +02:00
qorg11 d1908fe776
Finally, you don't have to type https:// (or http://) in the --server
feature.
By default, this corrects the URL to https, so if your lainsafe
instance is running in port 80 (Tor, or something) (altough is very
possible you copypasted the onion address so it contains the http://
thing). That's a TODO. I'll fix it one of these days.
2020-10-08 13:49:19 +02:00
qorg11 706d73d151
Fixed the download-link spitting 2020-09-13 00:12:37 +02:00
qorg11 798b471aff
lol i should learn how to use debuggers 2020-09-04 19:32:20 +02:00
qorg11 8ea7f1159f
Added support for i2p, completely useless since there aren't any i2p
lainsafe instances. but okay
2020-09-04 19:31:01 +02:00
qorg11 82061f08fb Merge pull request 'Url formatting is handled by the server' (#1) from czar/lainsafe:feature into master
Reviewed-on: https://git.kalli.st/qorg11/lainsafe/pulls/1
2020-08-30 18:31:30 +02:00
Kyle Czar b6e32c25a5 Url formatting is handled by the server 2020-08-30 13:08:36 -03:00
qorg11 4385c9ed1d
Added lsd info for removing files 2020-08-30 16:55:45 +02:00
qorg11 8a557ca108
Modified the way lainsafe renames file
Before this commit lainsafe would generate a random string
which can create coallition between two files and shit would
happen, after this commit, lainsafe generates its filenames by
getting the UNIX time in miliseconds (like 4chan)
2020-08-27 00:03:26 +02:00
qorg11 81a7b12d7a
Added screenshots 2020-08-22 14:20:47 +02:00
qorg11 b2bbd5018c
Removed useless line in lainsafecli because the and does what that line did lol 2020-08-21 03:53:45 +02:00
qorg11 77d8559d30
added info about --tor flag in the manpage 2020-08-21 03:52:54 +02:00
qorg11 9d3844bed5
Ignore --tor flag if it is disabled 2020-08-21 03:51:41 +02:00
qorg11 a2c8f92c50
lainsafe.delegao.moe used cloudflare, which was very shitty, so new
official server is lainsafe.duckdns.org which does not use CF
2020-08-16 04:48:41 +02:00
qorg11 c5976c8200
Added --get-response (closes: #11) so you can debug lainsafecli i
guess

Also added documentation about --tor and --get-respone to the manpage
2020-08-15 21:48:03 +02:00
qorg11 c645b36fb2
Added tor support!
You have to have tor running in 127.0.0.1:9050, if you have it on
another port please change line 81

I haven't tested this a lot, it seems to work with
https://lainsafe.duckdns.org but does not work with
https://lainsafe.delegao.moe (thanks cloudflare!)

TODO: check if was possible to connect to the proxy
2020-08-15 21:06:24 +02:00
qorg11 730e8edbfe
manpage for lainsafe 2020-08-07 19:52:46 +02:00
qorg11 8418a7a84b
Added configuration values in manpage 2020-08-07 19:38:43 +02:00
qorg11 4774c6c26d
whoops 2020-08-07 19:29:56 +02:00
qorg11 97e5c795e7
Added $LINK_STORE so the user can choose where to store the upload
links. Closes #9
2020-08-07 19:27:57 +02:00
qorg11 95ab4caca1
some cleanups 2020-08-06 23:52:52 +02:00
qorg11 c35ca47d5b
Added $STORE_LINKS (line 31 in lainsafecli) which writes the download
link to a file (~/.cache/lainsafecli by default). Which allow the user
to keep track of the file they have uploaded.
2020-08-06 22:55:51 +02:00
qorg11 6a2465e24d
Removed useless spaces in the ascii art lmao 2020-07-28 11:58:45 +02:00
qorg11 1ce7380466
Merge branch 'master' of github.com:qorg11/lainsafe 2020-07-11 22:33:17 +02:00
qorg11 34363928cc
Updated bitcoin address 2020-07-11 22:30:11 +02:00
Dustin Van Tate Testa d23a85bac6
add aur package to readme (#8) 2020-07-11 05:33:41 +02:00
qorg11 c01d7cdc95
Added donation stuff 2020-07-05 02:16:34 +02:00
qorg11 f5967c88c0
Fix indendation in http/upload.cgi 2020-07-01 17:50:58 +02:00
qorg11 47312a4d7c
Deleted useless lines of code 2020-06-30 00:11:27 +02:00
qorg11 430df19608
Now you can tell the shit which file extensions you can't upload 2020-06-30 00:05:55 +02:00
qorg11 4f70a9db11
Fixed typo in README.MD 2020-06-29 22:48:30 +02:00
qorg11 5cf19efe6b
Packages installation 2020-06-29 22:47:44 +02:00
qorg11 32f9272595
Added git repo in the bottom of the site 2020-06-26 04:45:26 +02:00
qorg11 b3a6b70f31
Created makefile and fix shit on the manpage 2020-06-24 22:36:03 +02:00