Paper paper
paper closed pull request solderpunk/molly-brown#21 2021-05-04 20:48:01 +00:00
Add an option to not include symlinks in dirlist.
paper created pull request solderpunk/molly-brown#21 2021-02-08 11:34:49 +00:00
Add an option to not include symlinks in dirlist.
paper pushed to no-symlinks-dirlist-option at paper/molly-brown 2021-02-08 11:32:13 +00:00
cad4a43e98 Add an option to not include symlinks in dirlist.
paper pushed to master at paper/molly-brown 2021-02-08 11:31:19 +00:00
7ebb925153 Add an option to not include symlinks in dirlist.
53644b96e0 Prefer server cipher suites
Compare 2 commits »
paper created repository paper/molly-brown 2021-02-08 11:29:26 +00:00
paper closed issue tomasino/pb#5 2020-09-05 18:31:28 +00:00
make help uses grep feature which isn't present on OpenBSD grep
paper commented on issue tomasino/pb#5 2020-09-05 18:31:17 +00:00
make help uses grep feature which isn't present on OpenBSD grep

I discovered it on tilde.institute :) so yes, it works now. Thanks a lot.

paper opened issue tomasino/pb#5 2020-09-05 16:19:26 +00:00
make help uses grep feature which isn't present on OpenBSD grep
paper pushed to master at paper/tamias 2020-07-10 12:54:39 +00:00
398480a229 Update README.md
8fe2bda48c Change readability-cli dependency
Compare 2 commits »
paper opened issue tilderadio/archive#1 2020-06-29 11:19:17 +00:00
[feature request] RSS/Atom feeds for archives
paper created pull request institute/site#3 2020-06-22 12:47:56 +00:00
Update link to citizencodeofconduct in coc.php
paper pushed to fix-coc at paper/tilde.institute-site 2020-06-22 12:47:25 +00:00
cfd9f5f696 Update link to citizencodeofconduct in coc.php
paper created pull request institute/site#2 2020-06-22 12:42:43 +00:00
Responsive navbar
paper pushed to responsive-navbar at paper/tilde.institute-site 2020-06-22 12:37:13 +00:00
a3802b97ab Responsive navbar
paper pushed to master at paper/tilde.institute-site 2020-06-22 12:33:11 +00:00
487e8199b6 Responsive navbar
b7032ce5c2 Avoid redirects, use HTTPS where possible
b9306863fa Proper header indentation
Compare 3 commits »
paper created repository paper/tilde.institute-site 2020-06-22 12:30:42 +00:00
paper closed issue solderpunk/molly-brown#6 2020-06-21 11:29:09 +00:00
Typo in SCGI?
paper commented on issue solderpunk/molly-brown#6 2020-06-21 11:29:03 +00:00
Typo in SCGI?

yes, it's fixed, sorry

paper opened issue solderpunk/molly-brown#9 2020-06-21 09:31:16 +00:00
Molly does not check if the port in the request is the same as the port which it came to.
paper commented on issue solderpunk/molly-brown#8 2020-06-21 09:23:01 +00:00
Molly sending empty mime type

CGI works when you create a folder called cgi-bin (can be configured in molly.conf) in your root and put executable files in there which prints the gemini header (20 text/plain\r\n) and the text to stdout. Be aware that molly-brown does not fix ends of line, so simple bash script using echo will not work, you will have to fix the ends of line manually. This bug is not related to CGI, because molly doesn't consider files in cgi/ a cgi script by default.