89 lines
2.2 KiB
TypeScript
89 lines
2.2 KiB
TypeScript
/** Generated by scripts/generate-app-catalog.py. Do not edit manually. */
|
|
|
|
export const GENERATED_APP_PORTS: Record<string, number> = {
|
|
"aiui": 5180,
|
|
"archy-mempool-web": 4080,
|
|
"archy-nbxplorer": 32838,
|
|
"botfights": 9100,
|
|
"btcpay-server": 23000,
|
|
"did-wallet": 8083,
|
|
"fedimint": 8175,
|
|
"filebrowser": 8083,
|
|
"gitea": 3001,
|
|
"grafana": 3000,
|
|
"homeassistant": 8123,
|
|
"indeedhub": 7778,
|
|
"jellyfin": 8096,
|
|
"lnd-ui": 18083,
|
|
"mempool": 4080,
|
|
"mempool-api": 8999,
|
|
"morphos-server": 8086,
|
|
"nextcloud": 8085,
|
|
"nostr-rs-relay": 18081,
|
|
"onlyoffice": 8088,
|
|
"photoprism": 2342,
|
|
"portainer": 9000,
|
|
"router": 8084,
|
|
"searxng": 8888,
|
|
"strfry": 8082,
|
|
"uptime-kuma": 3002,
|
|
"vaultwarden": 8082,
|
|
"web5-dwn": 3000,
|
|
}
|
|
|
|
export const GENERATED_APP_TITLES: Record<string, string> = {
|
|
"aiui": "AI Assistant",
|
|
"archy-btcpay-db": "BTCPay Postgres",
|
|
"archy-mempool-db": "Mempool MariaDB",
|
|
"archy-mempool-web": "Mempool Web",
|
|
"archy-nbxplorer": "NBXplorer",
|
|
"bitcoin-core": "Bitcoin Core",
|
|
"bitcoin-knots": "Bitcoin Knots",
|
|
"bitcoin-ui": "Bitcoin UI",
|
|
"botfights": "BotFights",
|
|
"btcpay-server": "BTCPay Server",
|
|
"core-lightning": "Core Lightning (CLN)",
|
|
"did-wallet": "Web5 DID Wallet",
|
|
"electrs-ui": "Electrs UI",
|
|
"electrumx": "ElectrumX",
|
|
"fedimint": "Fedimint",
|
|
"fedimint-gateway": "Fedimint Gateway",
|
|
"filebrowser": "File Browser",
|
|
"gitea": "Gitea",
|
|
"grafana": "Grafana",
|
|
"homeassistant": "Home Assistant",
|
|
"indeedhub": "IndeeHub",
|
|
"jellyfin": "Jellyfin",
|
|
"lightning-stack": "Lightning Stack",
|
|
"lnd": "LND",
|
|
"lnd-ui": "LND UI",
|
|
"mempool": "Mempool Explorer",
|
|
"mempool-api": "Mempool API",
|
|
"meshtastic": "Meshtastic",
|
|
"morphos-server": "MorphOS Server",
|
|
"nextcloud": "Nextcloud",
|
|
"nostr-rs-relay": "Nostr Relay (Rust)",
|
|
"onlyoffice": "OnlyOffice",
|
|
"photoprism": "PhotoPrism",
|
|
"portainer": "Portainer",
|
|
"router": "Mesh Router",
|
|
"searxng": "SearXNG",
|
|
"strfry": "Strfry Nostr Relay",
|
|
"uptime-kuma": "Uptime Kuma",
|
|
"vaultwarden": "Vaultwarden",
|
|
"web5-dwn": "Decentralized Web Node",
|
|
}
|
|
|
|
export const GENERATED_NEW_TAB_APPS = new Set<string>([
|
|
"btcpay-server",
|
|
"gitea",
|
|
"grafana",
|
|
"homeassistant",
|
|
"nextcloud",
|
|
"onlyoffice",
|
|
"photoprism",
|
|
"portainer",
|
|
"uptime-kuma",
|
|
"vaultwarden",
|
|
])
|