Commit Graph

246 Commits

Author SHA1 Message Date
Luke Smith 21a8bbdb6d
Merge pull request #98 from tfasano1/master
Note that ssl certificates are not needed for tor
2021-07-30 09:00:04 -04:00
diamonop1234 b5c60e89f5
Update peertube.html 2021-07-30 09:20:51 +02:00
tfasano1 f9a28b78ad Note that ssl certificates not neded for tor 2021-07-29 16:52:44 -04:00
Luke Smith ec8540967e
peertube rss 2021-07-29 10:45:13 -04:00
Luke Smith 44da736b02
Merge branch 'diamonop1234-master' 2021-07-29 10:43:37 -04:00
Luke Smith 2850cb7954
peertube tweaks 2021-07-29 10:43:31 -04:00
Luke Smith 6f7b4194d5
Merge branch 'master' of github.com:LukeSmithxyz/landchad into diamonop1234-master 2021-07-29 10:42:18 -04:00
Luke Smith 459a0ad648
Merge branch 'master' of git://github.com/diamonop1234/landchad into diamonop1234-master 2021-07-29 10:09:46 -04:00
diamondop1234 589cdd13bd added peertube guide 2021-07-29 08:46:10 +02:00
Luke Smith 6d0d11d291
Merge pull request #91 from Farzat07/nextcloud
Fix nextcloud https redirect
2021-07-26 11:32:30 -04:00
A Farzat abc6b82e4a Fix nextcloud https redirect
In the provided nginx server configuration for nextcloud, http
connections don't always redirect to https, so this was fixed.
2021-07-27 00:28:17 +09:00
Luke Smith d451f9d197
Merge pull request #90 from m-chrzan/donate
Update donations link
2021-07-26 08:25:57 -04:00
Luke Smith b2bcf9854e
close #85 2021-07-26 08:25:19 -04:00
Marcin Chrzanowski 0e31137e0b Update donations link 2021-07-26 12:58:16 +02:00
Luke Smith 2889574c4a
cgi rss 2021-07-25 14:29:58 -04:00
Luke Smith 1909783edc
Merge pull request #87 from m-chrzan/master
Add server side scripting with CGI
2021-07-25 14:29:02 -04:00
Marcin Chrzanowski b709f8d574 Small fixes 2021-07-25 13:18:11 +02:00
Marcin Chrzanowski adedb5ca30 Fix code block 2021-07-25 13:13:45 +02:00
Marcin Chrzanowski 97db71d880 Add CGI scripting tutorial 2021-07-25 12:48:19 +02:00
Luke Smith e8b4d8726b
consistency 2021-07-22 09:00:04 -04:00
Luke Smith 9d3bf2eeb5
xmpp added 2021-07-21 23:00:14 -04:00
Luke Smith 420b864dcf
xmpp prosody almost done, needs testing 2021-07-21 14:38:59 -04:00
Luke Smith c75943450a
Merge branch 'master' of github.com:LukeSmithxyz/landchad 2021-07-19 15:58:46 -04:00
Luke Smith a66af55c19
BTCPay tutorial wanted 2021-07-19 15:57:50 -04:00
Luke Smith a1c5a2e526
Merge pull request #82 from termermc/master
[IRC guide] fix config not being copied before making certs
2021-07-16 17:41:24 -04:00
= 76f2f87ba9 fix small grammar mistakes 2021-07-16 17:18:36 -04:00
= 2ec0d8f6a4 fix config not being copied before making certs 2021-07-16 17:03:44 -04:00
Luke Smith a509cd3a88
matrix article to finish later 2021-07-16 09:58:42 -04:00
hiddej 5dbbab1509 ISPs blocked ports 2021-07-15 09:35:47 +02:00
Luke Smith 869aa0b910
Merge pull request #78 from J053Fabi0/patch-1
Update package to install to python3-certbot-nginx
2021-07-13 15:34:11 -04:00
Luke Smith 420bf720da
Merge branch 'master' of github.com:LukeSmithxyz/landchad 2021-07-13 14:40:27 -04:00
Luke Smith 1970b587f2
minor 2021-07-13 14:40:20 -04:00
Luke Smith 0ece6c4ee3
Merge pull request #79 from J053Fabi0/patch-2
Small typo fixed
2021-07-13 14:40:14 -04:00
JoseFabio El que Conoces 35a9260cc8
Another space 2021-07-13 12:38:56 -06:00
JoseFabio El que Conoces fab5aadf72
Added space that was missing 2021-07-13 12:38:12 -06:00
JoseFabio El que Conoces 290133d74f
Small typo fixed 2021-07-13 12:33:42 -06:00
JoseFabio El que Conoces e4324064a1
Change apt-get to apt 2021-07-13 10:42:01 -06:00
JoseFabio El que Conoces aa01d444e9
Update package to install to python3-certbot-nginx
https://stackoverflow.com/questions/64571233/e-package-python-certbot-nginx-has-no-installation-candidate
2021-07-13 10:02:17 -06:00
hiddej 7dbd1f02cb Downsides vary from user to user 2021-07-11 12:12:21 +02:00
Luke Smith ce84b6c8f3
Merge pull request #70 from guidocella/rsync-reupload
properly avoid reuploading non-modified files
2021-07-07 21:49:00 -04:00
Luke Smith 08c59ec7ac
start calibre tweaks 2021-07-07 13:48:25 -04:00
rflx 4aa7add2b1 Spell check and some improvements 2021-07-07 15:26:55 +03:00
rflx d67d5ab542 Minor improvements 2021-07-07 14:13:25 +03:00
hiddej 631185d7d8 Added downsides 2021-07-07 07:35:40 +02:00
hidde-j b4a32fe8d0
Language corrections and feedback
Plus some extra information.
2021-07-06 10:03:11 +02:00
Guido Cella fc47d81512 properly avoid reuploading non-modified files
-u does not avoid reuploading files that haven't been changed since the
last upload. That is the default behavior and can only disabled with
--ignore-times, -I. But for that to work, you need transfer modification
times with -t.

What -u does is skip uploading files that have a newer modified time on
the DESTINATION, which is not something that you commonly need. For
example, if you store translation strings in files, and both you and the
website owner modify them, you can use -u to ensure that you don't
overwrite newer translation files on the server when you upload, without
having to remember to download new changes before every upload. They
would otherwise be overwritten even if you haven't modified your local
files lately.

If you don't transfer the modification times, the versions on the
destination will have the modified time of the upload which is newer
than the last time they were modified locally, and so -u will skip
uploading them because they are newer on the receiver, but it's not
meant to be used for that. You should normally just use -t.

With -u you also risk that if the files on the server have been modified
for some reason after their local counterparts, they won't be updated on
uploads.
2021-07-06 07:17:12 +02:00
Luke Smith d8981b1029
Merge branch 'master' of git://github.com/reflex229/landchad into reflex229-master 2021-07-05 19:31:33 -04:00
Luke Smith 0f2e640ed1
fix 2021-07-05 19:13:32 -04:00
Luke Smith 6838fa4d5b
Merge branch 'jesperbakhandskemager-master' 2021-07-05 18:11:46 -04:00
Luke Smith 6f7dc6c668
rss for rss bridge 2021-07-05 18:11:35 -04:00