Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added apps/dashboard/public/app-logos/shoutrrr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/dashboard/src/components/AppLogo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const APP_LOGO: Record<
// Buzz (block/buzz) — vendored bee mark (its own favicon, OS-recolor stripped).
// Monochrome near-black, so darkInvert flips it to light on the dark themes.
buzz: { slug: undefined, src: "/app-logos/buzz.svg", darkInvert: true },
shoutrrr: { src: "/app-logos/shoutrrr.png" },
// code-server / IT-Tools / Stirling-PDF have no reliable simpleicons mark →
// they fall back to the monochrome Boxes glyph.
// openship-native mail stack — its own brand mark, a full-bleed square icon.
Expand Down
124 changes: 124 additions & 0 deletions packages/core/src/apps/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1829,6 +1829,130 @@
}
]
}
},
{
"$schema": "https://openship.io/app.schema.json",
"available": false,
"id": "shoutrrr",
"name": "Shoutrrr",
"description": "Open-source social media scheduling and publishing platform (Buffer & Hootsuite alternative).",
"kind": "template",
"logo": "shoutrrr",
"category": "automation",
"tags": [
"social-media",
"scheduling",
"publishing",
"marketing",
"automation"
],
"framework": "docker-compose",
"repository": "https://github.com/coollabsio/shoutrrr",
"services": [
{
"name": "shoutrrr",
"image": "ghcr.io/coollabsio/shoutrrr:latest",
"ports": [
"8080:8080"
],
"exposedPort": 8080,
"exposed": true,
"environment": {
"APP_ENV": "production",
"APP_DEBUG": "false",
"APP_URL": "{{publicUrl:shoutrrr}}",
"OCTANE_SERVER": "frankenphp",
"OCTANE_HTTPS": "true",
"TRUSTED_PROXIES": "*",
"SESSION_SECURE_COOKIE": "true",
"DB_CONNECTION": "sqlite",
"DB_DATABASE": "/var/www/html/database/sqlite/database.sqlite",
"CACHE_STORE": "database",
"QUEUE_CONNECTION": "database",
"SESSION_DRIVER": "database",
"QUEUE_WORKER_ENABLED": "true",
"QUEUE_WORKER_COUNT": "1",
"SCHEDULER_ENABLED": "true",
"SOCIALITE_ENABLED": "false"
},
"secretEnv": [
"APP_KEY"
],
"volumes": [
"shoutrrr_storage:/var/www/html/storage",
"shoutrrr_sqlite:/var/www/html/database/sqlite"
],
"restart": "unless-stopped"
}
],
"configFields": [
{
"key": "APP_KEY",
"service": "shoutrrr",
"label": "Application key",
"help": "Auto-generated encryption key for sessions, tokens, and encrypted credentials.",
"generate": "secret",
"secret": true
}
],
"management": {
"kind": "schema"
},
"settings": [
{
"id": "general",
"label": "General",
"fields": [
{
"key": "APP_NAME",
"service": "shoutrrr",
"label": "Application Name",
"type": "text",
"default": "Shoutrrr",
"placeholder": "Shoutrrr"
},
{
"key": "QUEUE_WORKER_COUNT",
"service": "shoutrrr",
"label": "Queue Workers",
"type": "number",
"default": "1",
"integer": true,
"min": 1,
"advanced": true
},
{
"key": "INERTIA_SSR_ENABLED",
"service": "shoutrrr",
"label": "Enable SSR (Server-Side Rendering)",
"type": "boolean",
"default": "false",
"advanced": true
},
{
"key": "SOCIALITE_ENABLED",
"service": "shoutrrr",
"label": "Enable OAuth Social Login",
"type": "boolean",
"default": "false",
"advanced": true
}
]
}
],
"connection": {
"title": "Connect to Shoutrrr",
"description": "Open the web interface to complete onboarding and manage social channels.",
"outputs": [
{
"id": "url",
"label": "Application URL",
"source": "publicUrl:shoutrrr",
"kind": "url",
"help": "Open the Shoutrrr web dashboard in your browser."
}
]
}
}
]
}
124 changes: 124 additions & 0 deletions packages/core/src/apps/catalog/shoutrrr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
{
"$schema": "https://openship.io/app.schema.json",
"available": false,
"id": "shoutrrr",
"name": "Shoutrrr",
"description": "Open-source social media scheduling and publishing platform (Buffer & Hootsuite alternative).",
"kind": "template",
"logo": "shoutrrr",
"category": "automation",
"tags": [
"social-media",
"scheduling",
"publishing",
"marketing",
"automation"
],
"framework": "docker-compose",
"repository": "https://github.com/coollabsio/shoutrrr",
"services": [
{
"name": "shoutrrr",
"image": "ghcr.io/coollabsio/shoutrrr:latest",
"ports": [
"8080:8080"
],
"exposedPort": 8080,
"exposed": true,
"environment": {
"APP_ENV": "production",
"APP_DEBUG": "false",
"APP_URL": "{{publicUrl:shoutrrr}}",
"OCTANE_SERVER": "frankenphp",
"OCTANE_HTTPS": "true",
"TRUSTED_PROXIES": "*",
"SESSION_SECURE_COOKIE": "true",
"DB_CONNECTION": "sqlite",
"DB_DATABASE": "/var/www/html/database/sqlite/database.sqlite",
"CACHE_STORE": "database",
"QUEUE_CONNECTION": "database",
"SESSION_DRIVER": "database",
"QUEUE_WORKER_ENABLED": "true",
"QUEUE_WORKER_COUNT": "1",
"SCHEDULER_ENABLED": "true",
"SOCIALITE_ENABLED": "false"
},
"secretEnv": [
"APP_KEY"
],
"volumes": [
"shoutrrr_storage:/var/www/html/storage",
"shoutrrr_sqlite:/var/www/html/database/sqlite"
],
"restart": "unless-stopped"
}
],
"configFields": [
{
"key": "APP_KEY",
"service": "shoutrrr",
"label": "Application key",
"help": "Auto-generated encryption key for sessions, tokens, and encrypted credentials.",
"generate": "secret",
"secret": true
}
],
"management": {
"kind": "schema"
},
"settings": [
{
"id": "general",
"label": "General",
"fields": [
{
"key": "APP_NAME",
"service": "shoutrrr",
"label": "Application Name",
"type": "text",
"default": "Shoutrrr",
"placeholder": "Shoutrrr"
},
{
"key": "QUEUE_WORKER_COUNT",
"service": "shoutrrr",
"label": "Queue Workers",
"type": "number",
"default": "1",
"integer": true,
"min": 1,
"advanced": true
},
{
"key": "INERTIA_SSR_ENABLED",
"service": "shoutrrr",
"label": "Enable SSR (Server-Side Rendering)",
"type": "boolean",
"default": "false",
"advanced": true
},
{
"key": "SOCIALITE_ENABLED",
"service": "shoutrrr",
"label": "Enable OAuth Social Login",
"type": "boolean",
"default": "false",
"advanced": true
}
]
}
],
"connection": {
"title": "Connect to Shoutrrr",
"description": "Open the web interface to complete onboarding and manage social channels.",
"outputs": [
{
"id": "url",
"label": "Application URL",
"source": "publicUrl:shoutrrr",
"kind": "url",
"help": "Open the Shoutrrr web dashboard in your browser."
}
]
}
}