Commit Graph

54 Commits

Author SHA1 Message Date
7085468621
update flake and go modules
- ignore wiki dir
2024-07-21 08:30:31 -06:00
93881806e7
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/e9be42459999a253a9f92559b1f5b72e1b44c13d' (2024-05-03)
  → 'github:NixOS/nixpkgs/1d9c2c9b3e71b9ee663d11c5d298727dace8d374' (2024-07-19)
2024-07-21 07:51:26 -06:00
c144ba2417
default ReadHeaderTimeout to ReadTimeout
- add gosec
2024-05-05 13:48:19 -06:00
e54bb537f6
remove ioutil call
- fix goreleaser yaml file
- add goreleaser to flake shell
2024-05-05 13:40:33 -06:00
3f4b81fb81
Merge branch 'flake' 2024-05-05 13:31:21 -06:00
5e6e3395be
Add flake
- update deps
2024-05-05 13:30:29 -06:00
cf4ab1ec96
Merge pull request #22 from th/PR-update-5.3.3 2024-05-05 12:00:55 -06:00
Thomas Hühn
c994853c80 Update TiddlyWiki to version 5.3.3. 2024-05-05 07:40:30 +02:00
58e2344566 use common name vs http error number 2021-12-12 14:54:26 -07:00
0baef712b2 Handle case where we have an index.html that isn't included in the url path.
Fixes #14
2021-12-12 09:09:36 -07:00
95bf60da41 ship a src tarball and sign the checksums file 2021-12-11 16:08:26 -07:00
76ec74b21b reduce duplicated code a bit 2021-12-11 16:07:52 -07:00
e3b3dad3ee clean our passPath for good measure 2021-12-10 15:50:28 -07:00
14bdf17e49 Add version flag 2021-12-10 15:50:07 -07:00
0ea90c5ddd switch to term package 2021-12-10 15:49:52 -07:00
a86c07b5e8 add goreleaser config 2021-12-10 15:49:29 -07:00
d11f802f05
Merge pull request #5
Adds header authentication
2021-12-10 06:52:44 -07:00
e0ee714d3e
Merge pull request #8 from qbit/TW_5.2.1
update TW to 5.2.1
2021-12-10 06:35:16 -07:00
db7f06dc5b
Merge pull request #7 from qbit/muxd-handlers
Store our handlers in a slice and lock them when they are being used.
2021-12-10 06:34:42 -07:00
68c586f805 use RWLock on handlers, fix close bug 2021-12-10 06:27:27 -07:00
8c113d95c1 tidy 2021-12-10 06:26:31 -07:00
1112c9874e update TW to 5.2.1 2021-12-09 06:28:37 -07:00
18a4ed5026 remove extra pledges var 2021-12-09 05:59:56 -07:00
f9de42e801 Don't assign var 2021-12-09 05:48:34 -07:00
4fdac0116f Store our handlers in a slice and lock them when they are being used.
Hopefully this helps with #3 (at least the HTTP 423 errors).
2021-12-09 05:16:00 -07:00
0205c58868
Merge pull request #6 from bentsai/patch-1
Fix typo
2021-12-08 19:12:38 -07:00
Ben Tsai
4e224c9c08
Fix typo 2021-12-08 21:11:22 -05:00
Ysbrand van Eijck
fc9da8e1f3
Adds missing break in header authentication 2021-12-08 13:48:13 +01:00
Ysbrand van Eijck
3ddc711cc1
Adds header authentication 2021-12-08 13:42:48 +01:00
6e2f8a7495 Add new examples and expand installation info 2021-12-06 06:13:24 -07:00
2551d2d9a0 remove useless []byte() 2021-12-06 06:07:35 -07:00
3fb82cec02 update deps 2021-12-06 06:00:04 -07:00
574110c52f update to TW 5.2.0 2021-12-06 05:45:41 -07:00
3849f2ba51 switch to using ReducePledges 2021-07-08 19:05:28 -06:00
3deceffa01 add some missing pledges 2021-05-20 18:42:15 -06:00
7f03d5e16e ratched down some needed unveils 2021-05-20 18:33:35 -06:00
7b16296562 comment to make it clear what is going on 2021-05-20 06:51:01 -06:00
34876ea93d add htpasswd management to readme 2021-05-20 06:48:58 -06:00
0c90ee2be7 Add the ability to manage .htpasswd from widdler. 2021-05-20 06:47:38 -06:00
2cfd965467 +blurb about auth 2021-05-20 06:28:11 -06:00
8f69c90a69 add features list to readme 2021-05-20 06:26:49 -06:00
85d4c11447 Add TLS support. 2021-05-20 06:23:18 -06:00
62ad6c78d6 mark multi-user complete 2021-05-19 21:20:12 -06:00
4ce5ad6a00 handle the template execution error 2021-05-19 21:15:46 -06:00
e38b3cbc23 Add a landing page with instructions on how to create a new wiki 2021-05-19 21:14:22 -06:00
490a1a757a Add support for multiple users \o/
Create a webdav and file handler for each user, lock them into a
directory that is their user name.
2021-05-19 20:30:45 -06:00
b3b8aa563d print full url 2021-05-18 16:57:33 -06:00
769dac74ea Add the ability to disable http auth.
While here use better names fofr the flags
2021-05-18 16:34:49 -06:00
723e91e05d link to running instance 2021-05-17 16:04:56 -06:00
4c570ed713 show index of files, make example a bit better 2021-05-17 15:59:48 -06:00