add readeck service template
This commit is contained in:
9
public/svgs/readeck.svg
Normal file
9
public/svgs/readeck.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="240" height="240" viewBox="0 0 240 240">
|
||||
<path fill-rule="nonzero" fill="rgb(98.431373%, 80.784314%, 33.333333%)" fill-opacity="1" d="M 191.011719 69.769531 L 91.191406 116.308594 L 91.191406 187.800781 L 218.394531 128.492188 Z M 191.011719 69.769531 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(27.45098%, 73.333333%, 83.921569%)" fill-opacity="1" d="M 91.191406 117.808594 L 91.191406 189.304688 L 197.078125 238.671875 L 190.730469 199.960938 L 224.460938 179.949219 Z M 91.191406 117.808594 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(3.529412%, 43.529412%, 52.54902%)" fill-opacity="1" d="M 26.386719 38.96875 L 91.191406 38.96875 L 91.191406 230.949219 L 26.386719 230.949219 Z M 26.386719 38.96875 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(0%, 0%, 0%)" fill-opacity="0.313726" d="M 26.382812 38.96875 L 26.382812 43.105469 L 213.953125 130.5625 L 218.398438 128.488281 Z M 26.382812 38.96875 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(27.45098%, 73.333333%, 83.921569%)" fill-opacity="1" d="M 91.191406 3.222656 L 26.386719 38.96875 L 218.394531 128.492188 L 218.394531 57 Z M 91.191406 3.222656 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 91.191406 69.1875 L 91.191406 116.308594 L 141.726562 92.75 Z M 91.191406 69.1875 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
24
templates/compose/readeck.yaml
Normal file
24
templates/compose/readeck.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
# documentation: https://readeck.org/en/docs/
|
||||
# slogan: Simple web application that lets you save the precious readable content of web pages you like and want to keep forever.
|
||||
# tags: read-it-later,pocket-alternative,omnivore-alternative,instapaper-alternative
|
||||
# logo: svgs/readeck.svg
|
||||
# port: 8000
|
||||
|
||||
services:
|
||||
readeck:
|
||||
image: 'codeberg.org/readeck/readeck:latest'
|
||||
environment:
|
||||
- SERVICE_FQDN_READECK
|
||||
- READECK_USE_X_FORWARDED=true
|
||||
volumes:
|
||||
- 'readeck-data:/readeck'
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD
|
||||
- /bin/readeck
|
||||
- healthcheck
|
||||
- '-config'
|
||||
- config.toml
|
||||
interval: 30s
|
||||
timeout: 2s
|
||||
retries: 3
|
Reference in New Issue
Block a user