bitkarrot and Pavol Rusnak
613c86f5e2
add python-crontab for scheduler extension
2023-10-16 15:49:25 +02:00
Bitkarrot and GitHub
44c5c87405
Add troubleshooting note for Poetry errors on OSX install ( #1641 )
...
* Update installation.md
for poetry errors on OSX
* Update installation.md
* Update installation.md
* Update installation.md
remove trouble shooting message at top
2023-05-09 09:43:19 +01:00
Bitkarrot and GitHub
3d55d98d33
update installation.md
...
lnbits-legend -> lnbits for systemd
2023-03-07 20:14:15 -08:00
e7802c27ab
update .gitignore to ignore .toml ( #1404 )
...
* update .gitignore to ignore .toml
Prevent accidental .toml checkins for fly.io deploys!
* Update .gitignore
ignore fly.toml
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com >
* Update .gitignore
---------
Co-authored-by: dni ⚡ <office@dnilabs.com >
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com >
2023-02-01 16:51:18 +01:00
Bitkarrot and GitHub
d5ead2543c
add poetry <1.2 version note to troubleshooting
2023-01-07 16:15:08 -08:00
bitkarrot
fcc787ed35
update Dockerfile dir to lnbits/data
2022-11-16 15:34:35 -08:00
Bitkarrot and GitHub
0ae11df52f
Docker file fix for missing directory
...
Currently Docker will error and exit because `data` directory is not created.
This commit adds automatic `data` directory creation to Dockerfile so that the following docker command will not error.
```
docker run --detach --publish 5000:5000 --name lnbits-legend --volume ${PWD}/.env:/app/.env --volume ${PWD}/data/:/app/data lnbits-legend
```
2022-11-10 22:22:17 -08:00
Bitkarrot and GitHub
46462b4f01
Update extensions.md ( #724 )
...
suggestion for gsed on macOS, as sed may not work
reference: https://apple.stackexchange.com/questions/414568/i-get-an-error-sed-1-12d-invalid-command-code-when-i-use-sed-12d-samp
2022-07-11 13:40:46 +02:00
Bitkarrot and GitHub
b4dc07170f
fix curl example paths
2022-01-24 14:51:39 -08:00