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
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
Martin Honermeyer
b3efdcddc7
Merge pull request #3 from 0atman/master
...
Password Auth
2017-01-15 22:57:17 +01:00
Matteo Rosi
4a83ab23f9
reduce image space using docker best practice
2017-01-06 00:55:01 +01:00
Tristram Oaten
d3e3bec240
Update README.md
2016-10-10 14:30:24 +01:00
Tristram Oaten
2a8cc8f39e
default user and pass
2016-10-10 14:24:51 +01:00
Tristram Oaten
7e51c7df1c
fix for when auth is not supplied
2016-10-10 12:42:50 +01:00
Tristram Oaten
70faf8684f
remove IP
...
Defaults to 0.0.0.0 anyway, and this way auth can be empty and not error
2016-10-10 12:37:28 +01:00
Tristram Oaten
53876d5921
Update README.md
2016-10-10 12:36:53 +01:00
Tristram Oaten
1c4072cf28
build
2016-10-10 12:15:35 +01:00
Tristram Oaten
eb91f5c195
Update init-and-run-wiki
2016-10-10 12:07:55 +01:00
Martin Honermeyer
c4d1ae8343
Remove apt clean instructions
...
This is done automatically in the current Ubuntu images
2015-01-13 00:25:47 +01:00
Martin Honermeyer
f66fb24500
Install package dependencies both in one layer
2015-01-13 00:23:52 +01:00
Martin Honermeyer
54ae2261aa
Merge pull request #1 from dullroar/master
...
Changed from chris-lea ppa repo to using nodesource which replaced it.
2015-01-13 00:21:34 +01:00
Jim Lehmer
aea9471d8e
Changed from chris-lea ppa repo to using nodesource which replaced it.
2015-01-10 18:01:41 -06:00
Martin Honermeyer
09e4b9d318
Do not try to initialize wiki if it exists already
...
(Tiddlywiki 5.1.x fails when running `--init` on an existing wiki.)
2014-11-15 18:44:05 +01:00
Martin Honermeyer
e3c491f109
Do not add universe repository anymore
...
- seems to be included in the Ubuntu base image now
2014-06-25 12:15:05 +02:00
Martin Honermeyer
edb4bb090f
Add "apt-get update" to make sure current packages will be installed
2014-06-25 12:06:54 +02:00
Martin Honermeyer
a6a20671c1
Initial version
...
- includes README
2014-05-19 00:29:20 +02:00