Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add make vars to generate a nginx config | Miquel Lionel | 2021-06-06 | 1 | -1/+16 |
| | |||||
* | Merge branch 'master' of ssh://lilimgit:/gpigeon | Miquel Lionel | 2021-06-06 | 1 | -3/+3 |
|\ | | | | | | | - what was this conflict | ||||
| * | reinstate index.html, static is king | Miquel Lionel | 2021-04-16 | 1 | -4/+5 |
| | | |||||
* | | a more verbose makefile and explicative readme. | Miquel Lionel | 2021-06-06 | 1 | -44/+128 |
| | | | | | | | | | | - also genpass.pl didn't need a newline when priting argon2id hash | ||||
* | | reinstate index.html, static is king | Miquel Lionel | 2021-04-16 | 1 | -4/+5 |
|/ | |||||
* | Cookie based login added | Miquel Lionel | 2021-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | | - the cookie last 1 year and is set upon login - deleted when pressing "Disconnect" button - updated the config.mk and Makefile for COOKIES_DIR variable - camel-cased the subroutines. I like it that way, it stands out more compared to variables - reinserted some vars back into link-tmpl.cgi, it wasn't making sense to have them in gpigeon-template.cgi - no more 'Unknown' link asker in the links table: if the string is a valid email address, we link to the file in the table. | ||||
* | Makefile and config.mk file added | Miquel Lionel | 2021-04-11 | 1 | -0/+63 |
- now installing should be as simple as running 'make' - the customizations and defaults goes in config.mk |