summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-07-05Merge branch 'jesperbakhandskemager-master'Luke Smith
2021-07-05rss for rss bridgeLuke Smith
2021-07-05rss bridge tweaksLuke Smith
2021-07-05Fix domainJesper Handskemager
2021-07-05RSS Bridge Installation GuideJesper Handskemager
2021-07-05Merge branch 'master' of github.com:LukeSmithxyz/landchadLuke Smith
2021-07-05spell formLuke Smith
2021-07-04Merge pull request #62 from MattMadness/masterLuke Smith
Fix for Nextcloud Setup Issue #59
2021-07-03Updated nextcloud.htmkMatthew Evan
2021-07-03Updated nextcloud.htmlMatthew Evan
2021-07-03add missing colonLuke Smith
2021-07-03Merge branch 'el3ctr0lyte-master'Luke Smith
2021-07-03rsync fixesLuke Smith
2021-07-03Merge branch 'master' of git://github.com/el3ctr0lyte/landchad into ↵Luke Smith
el3ctr0lyte-master
2021-07-02footers icons easier to clickLuke Smith
2021-07-02pleroma in indexLuke Smith
2021-07-02rssLuke Smith
2021-07-02Merge branch 'master' of github.com:LukeSmithxyz/landchadLuke Smith
2021-07-02Merge branch 'BiasedRiot-pleroma'Luke Smith
2021-07-02tweaks, standalone, openalias link imgsLuke Smith