summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-03Merge branch 'J053Fabi0-master'Luke Smith
2021-08-03jitsi revisionsLuke Smith
2021-08-01Merge branch 'master' of git://github.com/J053Fabi0/landchad into ↵Luke Smith
J053Fabi0-master
2021-08-01matrix tweak to be finishedLuke Smith
2021-07-31Deleted hr above the "More info" h3J053_Fabi0
2021-07-31Added Jitsi tutorialJ053_Fabi0
2021-07-31nextcloud fixes. close #101, close #100Luke Smith
2021-07-30Merge branch 'master' of github.com:LukeSmithxyz/landchadLuke Smith
2021-07-30frantech/buyvm recommendation for peertubeLuke Smith
2021-07-30Merge pull request #99 from diamonop1234/masterLuke Smith
Updated PeerTube guide
2021-07-30Merge pull request #98 from tfasano1/masterLuke Smith
Note that ssl certificates are not needed for tor
2021-07-30Update peertube.htmldiamonop1234
2021-07-29Note that ssl certificates not neded for tortfasano1
2021-07-29peertube rssLuke Smith
2021-07-29Merge branch 'diamonop1234-master'Luke Smith
2021-07-29peertube tweaksLuke Smith
2021-07-29Merge branch 'master' of github.com:LukeSmithxyz/landchad into ↵Luke Smith
diamonop1234-master
2021-07-29Merge branch 'master' of git://github.com/diamonop1234/landchad into ↵Luke Smith
diamonop1234-master
2021-07-29added peertube guidediamondop1234
2021-07-26Merge pull request #91 from Farzat07/nextcloudLuke Smith
Fix nextcloud https redirect
2021-07-27Fix nextcloud https redirectA Farzat
In the provided nginx server configuration for nextcloud, http connections don't always redirect to https, so this was fixed.
2021-07-26Merge pull request #90 from m-chrzan/donateLuke Smith
Update donations link
2021-07-26close #85Luke Smith
2021-07-26Update donations linkMarcin Chrzanowski
2021-07-25cgi rssLuke Smith
2021-07-25Merge pull request #87 from m-chrzan/masterLuke Smith
Add server side scripting with CGI
2021-07-25Small fixesMarcin Chrzanowski
2021-07-25Fix code blockMarcin Chrzanowski
2021-07-25Add CGI scripting tutorialMarcin Chrzanowski
2021-07-22consistencyLuke Smith
2021-07-21xmpp addedLuke Smith
2021-07-21xmpp prosody almost done, needs testingLuke Smith
2021-07-19Merge branch 'master' of github.com:LukeSmithxyz/landchadLuke Smith
2021-07-19BTCPay tutorial wantedLuke Smith
2021-07-16Merge pull request #82 from termermc/masterLuke Smith
[IRC guide] fix config not being copied before making certs
2021-07-16fix small grammar mistakes=
2021-07-16fix config not being copied before making certs=
2021-07-16matrix article to finish laterLuke Smith
2021-07-13Merge pull request #78 from J053Fabi0/patch-1Luke Smith
Update package to install to python3-certbot-nginx
2021-07-13Merge branch 'master' of github.com:LukeSmithxyz/landchadLuke Smith
2021-07-13minorLuke Smith
2021-07-13Merge pull request #79 from J053Fabi0/patch-2Luke Smith
Small typo fixed
2021-07-13Another spaceJoseFabio El que Conoces
2021-07-13Added space that was missingJoseFabio El que Conoces
2021-07-13Small typo fixedJoseFabio El que Conoces
2021-07-13Change apt-get to aptJoseFabio El que Conoces
2021-07-13Update package to install to python3-certbot-nginxJoseFabio El que Conoces
https://stackoverflow.com/questions/64571233/e-package-python-certbot-nginx-has-no-installation-candidate
2021-07-07Merge pull request #70 from guidocella/rsync-reuploadLuke Smith
properly avoid reuploading non-modified files
2021-07-06properly avoid reuploading non-modified filesGuido Cella
-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-05fixLuke Smith