| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-03 | Merge branch 'J053Fabi0-master' | Luke Smith | |
| 2021-08-03 | jitsi revisions | Luke Smith | |
| 2021-08-01 | Merge branch 'master' of git://github.com/J053Fabi0/landchad into ↵ | Luke Smith | |
| J053Fabi0-master | |||
| 2021-08-01 | matrix tweak to be finished | Luke Smith | |
| 2021-07-31 | Deleted hr above the "More info" h3 | J053_Fabi0 | |
| 2021-07-31 | Added Jitsi tutorial | J053_Fabi0 | |
| 2021-07-31 | nextcloud fixes. close #101, close #100 | Luke Smith | |
| 2021-07-30 | Merge branch 'master' of github.com:LukeSmithxyz/landchad | Luke Smith | |
| 2021-07-30 | frantech/buyvm recommendation for peertube | Luke Smith | |
| 2021-07-30 | Merge pull request #99 from diamonop1234/master | Luke Smith | |
| Updated PeerTube guide | |||
| 2021-07-30 | Merge pull request #98 from tfasano1/master | Luke Smith | |
| Note that ssl certificates are not needed for tor | |||
| 2021-07-30 | Update peertube.html | diamonop1234 | |
| 2021-07-29 | Note that ssl certificates not neded for tor | tfasano1 | |
| 2021-07-29 | peertube rss | Luke Smith | |
| 2021-07-29 | Merge branch 'diamonop1234-master' | Luke Smith | |
| 2021-07-29 | peertube tweaks | Luke Smith | |
| 2021-07-29 | Merge branch 'master' of github.com:LukeSmithxyz/landchad into ↵ | Luke Smith | |
| diamonop1234-master | |||
| 2021-07-29 | Merge branch 'master' of git://github.com/diamonop1234/landchad into ↵ | Luke Smith | |
| diamonop1234-master | |||
| 2021-07-29 | added peertube guide | diamondop1234 | |
| 2021-07-26 | Merge pull request #91 from Farzat07/nextcloud | Luke Smith | |
| Fix nextcloud https redirect | |||
| 2021-07-27 | Fix nextcloud https redirect | A Farzat | |
| In the provided nginx server configuration for nextcloud, http connections don't always redirect to https, so this was fixed. | |||
| 2021-07-26 | Merge pull request #90 from m-chrzan/donate | Luke Smith | |
| Update donations link | |||
| 2021-07-26 | close #85 | Luke Smith | |
| 2021-07-26 | Update donations link | Marcin Chrzanowski | |
| 2021-07-25 | cgi rss | Luke Smith | |
| 2021-07-25 | Merge pull request #87 from m-chrzan/master | Luke Smith | |
| Add server side scripting with CGI | |||
| 2021-07-25 | Small fixes | Marcin Chrzanowski | |
| 2021-07-25 | Fix code block | Marcin Chrzanowski | |
| 2021-07-25 | Add CGI scripting tutorial | Marcin Chrzanowski | |
| 2021-07-22 | consistency | Luke Smith | |
| 2021-07-21 | xmpp added | Luke Smith | |
| 2021-07-21 | xmpp prosody almost done, needs testing | Luke Smith | |
| 2021-07-19 | Merge branch 'master' of github.com:LukeSmithxyz/landchad | Luke Smith | |
| 2021-07-19 | BTCPay tutorial wanted | Luke Smith | |
| 2021-07-16 | Merge pull request #82 from termermc/master | Luke Smith | |
| [IRC guide] fix config not being copied before making certs | |||
| 2021-07-16 | fix small grammar mistakes | = | |
| 2021-07-16 | fix config not being copied before making certs | = | |
| 2021-07-16 | matrix article to finish later | Luke Smith | |
| 2021-07-13 | Merge pull request #78 from J053Fabi0/patch-1 | Luke Smith | |
| Update package to install to python3-certbot-nginx | |||
| 2021-07-13 | Merge branch 'master' of github.com:LukeSmithxyz/landchad | Luke Smith | |
| 2021-07-13 | minor | Luke Smith | |
| 2021-07-13 | Merge pull request #79 from J053Fabi0/patch-2 | Luke Smith | |
| Small typo fixed | |||
| 2021-07-13 | Another space | JoseFabio El que Conoces | |
| 2021-07-13 | Added space that was missing | JoseFabio El que Conoces | |
| 2021-07-13 | Small typo fixed | JoseFabio El que Conoces | |
| 2021-07-13 | Change apt-get to apt | JoseFabio El que Conoces | |
| 2021-07-13 | Update package to install to python3-certbot-nginx | JoseFabio El que Conoces | |
| https://stackoverflow.com/questions/64571233/e-package-python-certbot-nginx-has-no-installation-candidate | |||
| 2021-07-07 | Merge pull request #70 from guidocella/rsync-reupload | Luke Smith | |
| properly avoid reuploading non-modified files | |||
| 2021-07-06 | properly avoid reuploading non-modified files | Guido 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-05 | fix | Luke Smith | |
