Florian Vahl
e1189048d9
Enabeling manual workflow dispatch
2023-04-16 20:50:40 +02:00
Florian Vahl
7e13280efb
Remove ARMv7 target until node freeze is fixed
2023-04-16 20:46:41 +02:00
Florian Vahl
3c862c8e89
Bump action versions
2023-04-04 18:10:28 +02:00
Florian
00c8f052e5
Set correct entrypoint
2023-04-04 17:24:51 +02:00
m0wer
24c06f6080
update to 5.2.7
2023-04-03 21:21:24 +02:00
m0wer
fa5c8bcb20
update reame latest version to 5.2.6
2023-04-03 21:18:10 +02:00
ArcticLampyrid
a8dcc9ea79
Update Dockerfile
2023-03-22 07:33:47 +01:00
m0wer
3694397677
Merge pull request #11 from cornernote/patch-3
...
allow extra options via environment variables
2023-01-19 08:40:56 +01:00
m0wer
1c741f590e
Merge branch 'master' into patch-3
2023-01-19 08:40:28 +01:00
m0wer
fafc396148
Merge pull request #10 from cornernote/patch-1
...
allow plugins via environment variable
2023-01-19 08:39:38 +01:00
m0wer
66a77d3d60
Merge pull request #9 from cornernote/patch-2
...
added guide for docker compose
2023-01-19 08:38:59 +01:00
Brett O'Donnell
93b30fcea0
allow extra options via environment variables
...
For example, when using https://github.com/OokTech/TW5-Bob you need the option `--wsserver`. This will allow you to do `EXTRAOPTIONS=--wsserver`.
2023-01-14 15:42:21 +10:30
Brett O'Donnell
2652f4e6fa
added guide for docker compose
...
This PR adds a guide to the readme to use this project with `docker compose`, which is a useful way to keep all the docker settings, environment variables and volume data in a folder.
2023-01-14 15:02:40 +10:30
Brett O'Donnell
42324d0fe6
allow plugins via environment variable
...
This change will allow plugins to be defined via environment variable `PLUGINS`, for example:
```
PLUGINS=+plugins/tiddlywiki/filesystem +plugins/tiddlywiki/tiddlyweb ++./mygreatplugin
```
2023-01-14 14:50:55 +10:30
m0wer
24beb3bc3d
Merge pull request #8 from jyusang/master
...
Configure server path prefix
2022-07-16 17:56:51 +02:00
jyusang
2a342a1cfb
feat(init-and-run-wiki): Support path-prefix listen parameter
2022-07-16 16:15:03 +08:00
jyusang
fbfdfdbd3d
chore(Dockerfile): Remove unnecessary expose
...
This `EXPOSE` is probably not needed and it's more flexible to use the `-p`
flag in `docker run`.
2022-07-16 15:16:16 +08:00
jyusang
5687667a91
refactor(init-and-run-wiki): Extract listen command configuration
2022-07-16 14:59:07 +08:00
m0wer
a378b10a57
Merge pull request #7 from m0wer/ci/build_for_arm
...
Ci/build for arm
2021-11-26 21:18:35 +03:00
m0wer
2c0ab91984
ci(docker): setup qemu
2021-11-26 21:13:44 +03:00
m0wer
daaa7c5f4e
ci(docker): setup buildx for crossplatform
2021-11-26 21:10:25 +03:00
m0wer
f7bbe5cc1c
ci(docker): build for arm
2021-11-26 21:07:53 +03:00
m0wer
8ca707e750
Merge pull request #6 from m0wer/feat/disable_auth_by_default
...
feat(init-and-run-wiki): disable auth by default
2021-11-26 21:03:08 +03:00
m0wer
c71a3fcd89
feat(init-and-run-wiki): disable auth by default
2021-11-26 21:00:37 +03:00
m0wer
a6aafb6375
docs(README.md): update version
2021-11-26 19:47:09 +03:00
m0wer
1ec5e8a9b6
add license (GPLv3)
2021-11-26 19:45:48 +03:00
m0wer
562979a9d3
feat(Dockerfile): upgrade to version 5.2.0
2021-11-26 19:43:33 +03:00
m0wer
fe9dabccda
ci(github-actions): add ci to build and push docker image
2021-11-26 19:32:12 +03:00
m0wer
f7415a53dd
UNMAINTAINED
2021-05-14 11:02:05 +02:00
m0wer
2b70f26553
[update] Version 5.1.23
2021-01-02 16:39:35 +01:00
m0wer
38682b0122
[update] Version 5.1.23
2021-01-02 16:38:24 +01:00
m0wer
fde532a70b
[fix] Deleted wrong option.
2020-09-11 11:52:57 +02:00
m0wer
0976c84533
[fix] Typo.
2020-09-11 11:43:37 +02:00
m0wer
8d735f0e9d
[chore] Updated to --listen command.
...
--server is deprecated.
2020-09-11 11:32:00 +02:00
m0wer
7e16d405de
[chore] Delete unused code.
2020-09-11 11:11:35 +02:00
m0wer
8ba877a451
[docs] Added Docker Hub image link.
2020-08-27 12:25:54 +02:00
m0wer
a26d6621e3
[docs] Updated README.md after the fork.
2020-08-27 12:18:07 +02:00
Martin Honermeyer
792e4ef1ab
Merge pull request #13 from HerrFolgreich/patch-1
...
Make it possible to set empty password
2019-09-24 00:39:39 +02:00
Chris B
1d356df701
Makes it possible to set empty password
...
Wraps user and password into double quotes to avoid variables with spaces to mess with the command line.
Also removes the colon from the password substitution to allow for empty passwords.
Only done for password, as empty user would possibly mess heavily with TiddlyWiki, as it uses the username to sign entries.
2019-08-11 16:02:46 +02:00
Martin Honermeyer
dc545b4f52
Merge pull request #11 from Whatang/serve_at_uri
...
Serve at uri
2019-01-02 09:29:25 +01:00
Mike Thomas
4f8763266d
Change if/then style
2018-12-12 12:56:00 +00:00
Mike Thomas
77c1b6eff0
Update if/then style
2018-12-10 15:16:47 +00:00
Mike Thomas
a17d8616fb
Added SERVE_URI docs
2018-11-17 22:04:33 +00:00
Mike Thomas
ae3c4099b3
Enable serving the tiddlywiki at a non-root path
2018-11-17 21:55:46 +00:00
Martin Honermeyer
bb10014206
Merge pull request #7 from dwurf/alpine
...
Use node:alpine as base image
2017-09-18 22:39:36 +02:00
Martin Honermeyer
5d4e8e5f89
Merge pull request #6 from dwurf/lowmem
...
Add NODE_MEM env variable to control memory usage
2017-09-18 22:38:46 +02:00
Darren Wurf
0cf88dec9f
Fix not starting due to /bin/bash dependency
2017-07-08 16:16:50 +10:00
Darren Wurf
e22744bed8
Add NODE_MEM env variable to control memory usage
2017-07-08 15:52:39 +10:00
Darren Wurf
b6c10a8df5
Use alpine as base image
2017-07-08 15:44:31 +10:00
Martin Honermeyer
c74960f581
Merge pull request #4 from ottimo/master
...
reduce image space using docker best practice
2017-01-15 23:00:07 +01:00