mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-11 17:48:11 -05:00
feat: Add anytype template (#527)
* add anytype template * sort * Update name field for Anytype in meta.json * Update meta.json * Update docker-compose.yml * Update blueprints/anytype/docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
19
blueprints/anytype/docker-compose.yml
Normal file
19
blueprints/anytype/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
# Example: Any-Sync-Bundle with embedded MongoDB and Redis (all-in-one image)
|
||||
#
|
||||
# Usage:
|
||||
# docker compose -f compose.aio.yml up -d
|
||||
#
|
||||
# The bundle image already contains MongoDB and Redis. Only the bundle service is required
|
||||
|
||||
services:
|
||||
any-sync-bundle:
|
||||
image: ghcr.io/grishy/any-sync-bundle:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "33010:33010"
|
||||
- "33020:33020/udp"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
environment:
|
||||
# Advertise addresses clients should use. Replace with your server hostname/IP.
|
||||
ANY_SYNC_BUNDLE_INIT_EXTERNAL_ADDRS: "192.168.100.9"
|
||||
BIN
blueprints/anytype/logo.png
Normal file
BIN
blueprints/anytype/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
4
blueprints/anytype/template.toml
Normal file
4
blueprints/anytype/template.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[config]
|
||||
domains = []
|
||||
mounts = []
|
||||
env = []
|
||||
17
meta.json
17
meta.json
@@ -295,6 +295,23 @@
|
||||
"chatbot"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "anytype",
|
||||
"name": "Anytype",
|
||||
"version": "latest",
|
||||
"description": "Anytype is a personal knowledge base—your digital brain—that lets you gather, connect and remix all kinds of information. Create pages, tasks, wikis, journals—even entire apps—and define your own data model while your data stays offline-first, private and encrypted across devices.\n\nAfter installation, you can view the Anytype client configuration by running `cat /data/client-config.yml` inside the service container.",
|
||||
"logo": "logo.png",
|
||||
"links": {
|
||||
"github": "https://github.com/grishy/any-sync-bundle",
|
||||
"docs": "https://doc.anytype.io/anytype-docs",
|
||||
"website": "https://anytype.io/"
|
||||
},
|
||||
"tags": [
|
||||
"note-taking",
|
||||
"local-first",
|
||||
"peer-to-peer"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "appflowy",
|
||||
"name": "App Flowy",
|
||||
|
||||
Reference in New Issue
Block a user