Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 
                    wiki:current_setup [2020/05/21 10:17] sergey created  | 
                
                    wiki:current_setup [2020/06/02 11:07] (current) sergey [DokuWiki]  | 
            ||
|---|---|---|---|
| Line 92: | Line 92: | ||
| Running 2018-04-22c "Greebo", setup as standard. | Running 2018-04-22c "Greebo", setup as standard. | ||
| - | <WRAP center round todo 60%> | + | Pending update to 2020-06-01 "Hogfather", but since it's a release candidate and first major release in two years, I'll hold off. | 
| - | TODO: List plugins here | + | |
| - | </WRAP> | + | |
| + | #### Plugins | ||
| + | |||
| + | Apart from the default extensions that come with Dokuwiki, I've found these plugins have greatly increased my usability of Dokuwiki: | ||
| + | |||
| + | - [Add new page](https://www.dokuwiki.org/plugin:addnewpage) | ||
| + | - [Advanced Dokuwiki](https://www.dokuwiki.org/plugin:advanced) | ||
| + | - [Dw2PDF](https://www.dokuwiki.org/plugin:Dw2Pdf) | ||
| + | - [GOTO](https://www.dokuwiki.org/plugin:goto) | ||
| + | - [Indexmenu](https://www.dokuwiki.org/plugin:indexmenu) | ||
| + | - [Markdowku](http://www.tolledomain.ch/dokuwiki/doku.php?id=projects:markdowku) | ||
| + | - [nspages](http://www.dokuwiki.org/plugin:nspages) | ||
| ### S3 Backup | ### S3 Backup | ||
| Line 143: | Line 152: | ||
| error_code = int(e.response['Error']['Code']) | error_code = int(e.response['Error']['Code']) | ||
| print(error_code) | print(error_code) | ||
| + | ``` | ||
| + | |||
| + | |||
| + | #### Cron job | ||
| + | |||
| + | Scheduled to run daily at 10:00 UTC using `crontab`. | ||
| + | |||
| + | Run `crontab -e` and add the following line: | ||
| + | |||
| + | ``` | ||
| + | 0 10 * * * python3 ~/scripts/s3-backup.py | ||
| ``` | ``` | ||