diff --git a/gallery/lancache/icon.jpg b/gallery/lancache/icon.jpg deleted file mode 100644 index 14c20ba..0000000 Binary files a/gallery/lancache/icon.jpg and /dev/null differ diff --git a/gallery/lancache/image-1.jpeg b/gallery/lancache/image-1.jpeg deleted file mode 100644 index c0d8553..0000000 Binary files a/gallery/lancache/image-1.jpeg and /dev/null differ diff --git a/gallery/n8n/icon.svg b/gallery/n8n/icon.svg deleted file mode 100644 index d4e42a0..0000000 --- a/gallery/n8n/icon.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/gallery/n8n/image-1.jpg b/gallery/n8n/image-1.jpg deleted file mode 100644 index 9377f96..0000000 Binary files a/gallery/n8n/image-1.jpg and /dev/null differ diff --git a/gallery/n8n/image-2.jpg b/gallery/n8n/image-2.jpg deleted file mode 100644 index ab2b6fd..0000000 Binary files a/gallery/n8n/image-2.jpg and /dev/null differ diff --git a/gallery/n8n/image-3.jpg b/gallery/n8n/image-3.jpg deleted file mode 100644 index 2d76e69..0000000 Binary files a/gallery/n8n/image-3.jpg and /dev/null differ diff --git a/gallery/postiz/icon.png b/gallery/postiz/icon.png deleted file mode 100644 index 137bfde..0000000 Binary files a/gallery/postiz/icon.png and /dev/null differ diff --git a/gallery/postiz/image-1.jpeg b/gallery/postiz/image-1.jpeg deleted file mode 100644 index 41f90e2..0000000 Binary files a/gallery/postiz/image-1.jpeg and /dev/null differ diff --git a/gallery/postiz/image-1.png b/gallery/postiz/image-1.png deleted file mode 100644 index b301231..0000000 Binary files a/gallery/postiz/image-1.png and /dev/null differ diff --git a/gallery/teamspeak/icon.webp b/gallery/teamspeak/icon.webp deleted file mode 100644 index 0a77250..0000000 Binary files a/gallery/teamspeak/icon.webp and /dev/null differ diff --git a/gallery/teamspeak/image-1.jpg b/gallery/teamspeak/image-1.jpg deleted file mode 100644 index 41a2dda..0000000 Binary files a/gallery/teamspeak/image-1.jpg and /dev/null differ diff --git a/gallery/teamspeak/image-2.jpg b/gallery/teamspeak/image-2.jpg deleted file mode 100644 index 242ae0d..0000000 Binary files a/gallery/teamspeak/image-2.jpg and /dev/null differ diff --git a/gallery/teamspeak/image-3.jpg b/gallery/teamspeak/image-3.jpg deleted file mode 100644 index 1e982f7..0000000 Binary files a/gallery/teamspeak/image-3.jpg and /dev/null differ diff --git a/gallery/teamspeak/image-4.jpg b/gallery/teamspeak/image-4.jpg deleted file mode 100644 index 5657df3..0000000 Binary files a/gallery/teamspeak/image-4.jpg and /dev/null differ diff --git a/gallery/teamspeak/image-5.jpg b/gallery/teamspeak/image-5.jpg deleted file mode 100644 index 30a4f5a..0000000 Binary files a/gallery/teamspeak/image-5.jpg and /dev/null differ diff --git a/gallery/tianji/icon.png b/gallery/tianji/icon.png deleted file mode 100644 index 81cd02d..0000000 Binary files a/gallery/tianji/icon.png and /dev/null differ diff --git a/gallery/tianji/monitor.jpeg b/gallery/tianji/monitor.jpeg deleted file mode 100644 index de91eeb..0000000 Binary files a/gallery/tianji/monitor.jpeg and /dev/null differ diff --git a/gallery/tianji/servers.jpeg b/gallery/tianji/servers.jpeg deleted file mode 100644 index 9aeb347..0000000 Binary files a/gallery/tianji/servers.jpeg and /dev/null differ diff --git a/gallery/tianji/website-overview.jpeg b/gallery/tianji/website-overview.jpeg deleted file mode 100644 index 592e775..0000000 Binary files a/gallery/tianji/website-overview.jpeg and /dev/null differ diff --git a/gallery/tianji/website-overview_2.jpeg b/gallery/tianji/website-overview_2.jpeg deleted file mode 100644 index 00a68a4..0000000 Binary files a/gallery/tianji/website-overview_2.jpeg and /dev/null differ diff --git a/gallery/tianji/whiteskin-shortcuts.jpeg b/gallery/tianji/whiteskin-shortcuts.jpeg deleted file mode 100644 index 614a895..0000000 Binary files a/gallery/tianji/whiteskin-shortcuts.jpeg and /dev/null differ diff --git a/nx-lancache/docker-compose.yml b/nx-lancache/docker-compose.yml deleted file mode 100644 index 9fb7301..0000000 --- a/nx-lancache/docker-compose.yml +++ /dev/null @@ -1,40 +0,0 @@ -version: "3.7" - -services: - app_proxy: - environment: - APP_HOST: nx-lancache_app_1 - APP_PORT: "80" - - app: - image: lancachenet/monolithic:latest - environment: - - USE_GENERIC_CACHE=true - - LANCACHE_IP=192.168.178.70 - - UPSTREAM_DNS=8.8.8.8 - - CACHE_ROOT=/cache - - CACHE_DISK_SIZE=2000g - - CACHE_INDEX_SIZE=500m - - CACHE_MAX_AGE=3650d - - TZ=Europe/Berlin - restart: unless-stopped - volumes: - - ${APP_DATA_DIR}/cache:/data/cache - - ${APP_DATA_DIR}/logs:/data/logs - ulimits: - nofile: - soft: 65536 - hard: 65536 - - dns: - image: lancachenet/lancache-dns:latest - environment: - - USE_GENERIC_CACHE=true - - LANCACHE_IP=192.168.178.70 - - UPSTREAM_DNS=8.8.8.8 - - DISABLE_IPV6=true - - TZ=Europe/Berlin - ports: - - "53:53/udp" - - "53:53/tcp" - restart: unless-stopped diff --git a/nx-lancache/umbrel-app.yml b/nx-lancache/umbrel-app.yml deleted file mode 100644 index ce1cbe6..0000000 --- a/nx-lancache/umbrel-app.yml +++ /dev/null @@ -1,24 +0,0 @@ -manifestVersion: 1 -id: nx-lancache -category: networking -name: LAN Cache -version: "latest" -tagline: LAN Party game caching made easy -description: >- - Make the most of your network. Get more play for your gamers. Download your games once and serve them out to many people at your LAN. -releaseNotes: >- - This version includes various improvements and bug fixes. -developer: lancachenet -website: https://hub.docker.com/r/lancachenet/monolithic -dependencies: [] -repo: https://git.weektab.org/nexus/umbrel-apps/src/branch/main/nx-lancache -support: https://git.weektab.org/nexus/umbrel-apps/issues -port: 10085 -gallery: - - https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/lancache/image-1.jpeg -path: "" -defaultUsername: "" -defaultPassword: "" -icon: https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/lancache/icon.jpg -submitter: Weektab -submission: https://git.weektab.org/nexus/umbrel-apps \ No newline at end of file diff --git a/nx-postiz/data/config/.gitkeep b/nx-postiz/data/config/.gitkeep deleted file mode 100644 index 8b13789..0000000 --- a/nx-postiz/data/config/.gitkeep +++ /dev/null @@ -1 +0,0 @@ - diff --git a/nx-postiz/data/postgres/.gitkeep b/nx-postiz/data/postgres/.gitkeep deleted file mode 100644 index 8b13789..0000000 --- a/nx-postiz/data/postgres/.gitkeep +++ /dev/null @@ -1 +0,0 @@ - diff --git a/nx-postiz/data/redis/.gitkeep b/nx-postiz/data/redis/.gitkeep deleted file mode 100644 index 8b13789..0000000 --- a/nx-postiz/data/redis/.gitkeep +++ /dev/null @@ -1 +0,0 @@ - diff --git a/nx-postiz/data/uploads/.gitkeep b/nx-postiz/data/uploads/.gitkeep deleted file mode 100644 index 8b13789..0000000 --- a/nx-postiz/data/uploads/.gitkeep +++ /dev/null @@ -1 +0,0 @@ - diff --git a/nx-postiz/docker-compose.yml b/nx-postiz/docker-compose.yml deleted file mode 100644 index 907b549..0000000 --- a/nx-postiz/docker-compose.yml +++ /dev/null @@ -1,66 +0,0 @@ -version: '3.7' - -services: - web: - image: ghcr.io/gitroomhq/postiz-app:v2.12.1@sha256:e2901bafed045bb24e0dbf01a722b96de65f827fec02cf8f5bf0ca1c6d52ad6b - restart: on-failure - environment: - MAIN_URL: "http://umbrel.local:4442" - FRONTEND_URL: "http://umbrel.local:4442" - NEXT_PUBLIC_BACKEND_URL: "http://umbrel.local:4442/api" - JWT_SECRET: "9vE2wB#xR7mN!qZpT4Js6fUaLcY0HdGh" - DATABASE_URL: "postgresql://postiz-user:postiz-password@postgres:5432/postiz-db-local" - REDIS_URL: "redis://redis:6379" - BACKEND_INTERNAL_URL: "http://localhost:3000" - IS_GENERAL: "true" - DISABLE_REGISTRATION: "true" - STORAGE_PROVIDER: "local" - UPLOAD_DIRECTORY: "/uploads" - NEXT_PUBLIC_UPLOAD_DIRECTORY: "/uploads" - NOT_SECURED: "true" - volumes: - - ${APP_DATA_DIR}/data/config:/config - - ${APP_DATA_DIR}/data/uploads:/uploads - ports: - - 4442:5000 - depends_on: - postgres: - condition: service_healthy - redis: - condition: service_healthy - networks: - - postiz-network - - postgres: - image: postgres:17-alpine - restart: on-failure - environment: - POSTGRES_PASSWORD: postiz-password - POSTGRES_USER: postiz-user - POSTGRES_DB: postiz-db-local - volumes: - - ${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data - healthcheck: - test: ["CMD", "pg_isready", "-U", "postiz-user", "-d", "postiz-db-local"] - interval: 10s - timeout: 3s - retries: 3 - networks: - - postiz-network - - redis: - image: redis:7.2 - restart: on-failure - volumes: - - ${APP_DATA_DIR}/data/redis:/data - healthcheck: - test: ["CMD", "redis-cli", "ping"] - interval: 10s - timeout: 3s - retries: 3 - networks: - - postiz-network - -networks: - postiz-network: - external: false diff --git a/nx-postiz/umbrel-app.yml b/nx-postiz/umbrel-app.yml deleted file mode 100644 index d113146..0000000 --- a/nx-postiz/umbrel-app.yml +++ /dev/null @@ -1,40 +0,0 @@ -manifestVersion: 1 -id: nx-postiz -name: Postiz -tagline: An intuitive tool for managing social media -icon: https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/postiz/icon.png -category: Social -version: "2.12.1" -port: 4442 -description: >- - Postiz is a comprehensive social media management tool designed to streamline the process of content creation, scheduling, and publication across multiple social media platforms. It is targeted at content creators, businesses, and agencies looking to optimize their online presence. With Postiz, users can plan, create, and automatically publish content to various social media channels, including Instagram, YouTube, LinkedIn, and more, all from one unified interface. - - - One of the standout features of Postiz is its AI-driven content creation assistance. This feature helps users generate posts, captions, and other social media content more efficiently, using artificial intelligence to streamline the writing process. It is particularly useful for users who need to produce high volumes of content or seek inspiration for their posts. Additionally, Postiz includes a built-in graphic design tool, similar to Canva, which enables users to create visually appealing images and graphics for their posts, further simplifying the content creation process. - - - The platform also facilitates team collaboration, making it ideal for businesses or agencies with multiple team members. Users can assign tasks, share content drafts, and plan content calendars together, ensuring that the entire team is aligned on social media strategies. Postiz's analytics features provide users with detailed insights into the performance of their posts, helping them refine their strategies based on engagement data and reach. - - - Postiz supports a wide range of social media platforms, including both well-known networks like Facebook, Instagram, and Twitter, as well as emerging platforms like Mastodon and Bluesky. This extensive platform support allows users to manage all their social media accounts from a single dashboard, saving time and effort in switching between different tools and services. - - - The platform is offered in various pricing tiers to cater to different needs, from individual content creators to large agencies. Each plan includes different levels of access to features such as the number of social media channels, posts, and AI-generated images available per month, with more advanced features available in higher-priced plans. - - - Postiz offers a convenient and efficient way to manage and grow social media presence, combining content creation, scheduling, team collaboration, and analytics in a single, easy-to-use platform. -developer: Postiz -website: https://postiz.com/ -submitter: Weektab -submission: https://git.weektab.org/nexus/umbrel-apps -repo: https://git.weektab.org/nexus/umbrel-apps/src/branch/main/nx-postiz -support: https://git.weektab.org/nexus/umbrel-apps/issues -gallery: - - https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/postiz/image-1.jpeg -releaseNotes: >- - We split posts and comments into separate functions to break the task and add a delay between comments. - But we missed a few providers, such as Slack; we have now fixed it. -dependencies: -path: "" -defaultUsername: "" -defaultPassword: "" diff --git a/nx-teamspeak/docker-compose.yml b/nx-teamspeak/docker-compose.yml deleted file mode 100644 index c20d9a7..0000000 --- a/nx-teamspeak/docker-compose.yml +++ /dev/null @@ -1,25 +0,0 @@ -version: "3.8" -services: - teamspeak: - image: teamspeak:3.13.7@sha256:6756c50d1a0a7e48db95cf4b38d4c6d59ac0b560bc3b9e986ed069d2c16206f5 - restart: always - ports: - - 9987:9987/udp - - 10011:10011 - - 30033:30033 - environment: - TS3SERVER_DB_PLUGIN: ts3db_mariadb - TS3SERVER_DB_SQLCREATEPATH: create_mariadb - TS3SERVER_DB_HOST: db - TS3SERVER_DB_USER: root - TS3SERVER_DB_PASSWORD: EDFGD654hgrggh45ERG - TS3SERVER_DB_NAME: teamspeak - TS3SERVER_DB_WAITUNTILREADY: 30 - TS3SERVER_LICENSE: accept - - db: - image: mariadb - restart: always - environment: - MYSQL_ROOT_PASSWORD: EDFGD654hgrggh45ERG - MYSQL_DATABASE: teamspeak \ No newline at end of file diff --git a/nx-teamspeak/umbrel-app.yml b/nx-teamspeak/umbrel-app.yml deleted file mode 100644 index f6861b2..0000000 --- a/nx-teamspeak/umbrel-app.yml +++ /dev/null @@ -1,29 +0,0 @@ -manifestVersion: 1 -id: nx-teamspeak -name: TeamSpeak Server -tagline: -icon: https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/teamspeak/icon.webp -category: Communication -version: "3.13.7" -port: 4990 -description: >- - TeamSpeak 3 Server - -developer: TeamSpeak -website: https://www.teamspeak.com/ -submitter: Weektab -submission: https://git.weektab.org/nexus/umbrel-apps -repo: https://git.weektab.org/nexus/umbrel-apps/src/branch/main/nx-teamspeak -support: https://git.weektab.org/nexus/umbrel-apps/issues -gallery: - - https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/teamspeak/image-1.jpg - - https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/teamspeak/image-2.jpg - - https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/teamspeak/image-3.jpg - - https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/teamspeak/image-4.jpg - - https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/teamspeak/image-5.jpg -releaseNotes: > - -dependencies: [] -path: "" -defaultUsername: "See you in the Logs" -defaultPassword: "See you in the Logs" \ No newline at end of file diff --git a/nx-tianji/docker-compose.yml b/nx-tianji/docker-compose.yml deleted file mode 100644 index 50cbdab..0000000 --- a/nx-tianji/docker-compose.yml +++ /dev/null @@ -1,43 +0,0 @@ -version: "3.7" - -name: nx-tianji -services: - nx-tianji: - container_name: nx-tianji - image: moonrailgun/tianji:1.31.8@sha256:86b58556fa9ff5454cb4eeddc2330124244733820a56b5491c8c0e4399880c68 - restart: unless-stopped - environment: - DATABASE_URL: postgresql://tianji-user:227453b7-1286-48cc-b471-1c269495c5fc@nx-tianji-db:5432/tianji - JWT_SECRET: replace-me-with-a-random-string - ALLOW_REGISTER: "false" - ALLOW_OPENAPI: "true" - ports: - - "12345:12345" - networks: - - nx_tianji_network - depends_on: - - nx-tianji-db - nx-tianji-db: - container_name: nx-tianji-db - image: postgres:15.4-alpine - environment: - POSTGRES_DB: tianji - POSTGRES_USER: tianji-user - POSTGRES_PASSWORD: 227453b7-1286-48cc-b471-1c269495c5fc - volumes: - - tianji_pgdata:/var/lib/postgresql/data - restart: always - healthcheck: - test: [ "CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}" ] - interval: 5s - timeout: 5s - retries: 5 - networks: - - nx_tianji_network -networks: - nx_tianji_network: - driver: bridge -volumes: - tianji_pgdata: - name: tianji_pgdata - driver: local diff --git a/nx-tianji/umbrel-app.yml b/nx-tianji/umbrel-app.yml deleted file mode 100644 index 15d0912..0000000 --- a/nx-tianji/umbrel-app.yml +++ /dev/null @@ -1,54 +0,0 @@ -manifestVersion: 1 -id: nx-tianji -name: Tianji -tagline: Insight into everything, Website Analytics + Uptime Monitor + Server Status -icon: https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/tianji/icon.png -category: networking -version: "1.31.8" -port: 12345 -description: >- - During our observations of the website. We often need to use multiple applications together. - For example, we need analysis tools such as GA/umami to check pv/uv and the number of visits - to each page, we need an uptime monitor to check the network quality and connectivity of the - server, and we need to use prometheus to obtain the status reported by the server to check - the quality of the server. - - - In addition, if we develop an application that allows open source deployment, we often need - a telemetry system to help us collect the simplest information about other people's deployment - situations. - - - I think these tools should serve the same purpose, so is there an application that can integrate - these common needs in a lightweight way? After all, most of the time we don't need very professional - and in-depth functions. But in order to achieve comprehensive monitoring, I need to install so many - services. - - - It's good to specialize in one thing, if we are experts in related abilities we need such specialized - tools. But for most users who only have lightweight needs, an All-in-One application will be more - convenient and easier to use. -developer: Msgbyte -website: https://tianji.dev/ -submitter: Weektab -submission: https://git.weektab.org/nexus/umbrel-apps -repo: https://git.weektab.org/nexus/umbrel-apps/src/branch/main/nx-tianji -support: https://git.weektab.org/nexus/umbrel-apps/issues -gallery: - - https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/tianji/website-overview.jpeg - - https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/tianji/website-overview_2.jpeg - - https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/tianji/monitor.jpeg - - https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/tianji/servers.jpeg - - https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/tianji/whiteskin-shortcuts.jpeg -releaseNotes: > - Features: - - add url as new field type of survey (c8a6efe) - - add wrap for survey event table to display long text (1ea8d41) - - Others: - - update model price (f7daffa) - - update translation (21d929a) -dependencies: [] -path: "" -defaultUsername: "admin" -defaultPassword: "admin" \ No newline at end of file diff --git a/nx-tldraw/docker-compose.yml b/nx-tldraw/docker-compose.yml deleted file mode 100644 index 05b1da4..0000000 --- a/nx-tldraw/docker-compose.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: '3.7' - -services: - app_proxy: - environment: - APP_HOST: nx-tldraw_web_1 - APP_PORT: 80 - - web: - image: ratneo/tldraw:v2.0.0@sha256:8e1c21d692dc81549f78e803674f39f9df2a0fad88c57fce6c071efb306eb7a8 - restart: on-failure \ No newline at end of file diff --git a/nx-tldraw/umbrel-app.yml b/nx-tldraw/umbrel-app.yml deleted file mode 100644 index d24b3c3..0000000 --- a/nx-tldraw/umbrel-app.yml +++ /dev/null @@ -1,38 +0,0 @@ -manifestVersion: 1 -id: nx-tldraw -name: tldraw -tagline: An intuitive whiteboard for ideas -icon: https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-tldraw/logo.png -category: files & productivity -version: "2.0.0" -port: 8505 -description: >- - 🎨 tldraw is an open-source, browser-based digital whiteboard designed to empower users to express their ideas visually, whether through sketching, diagramming, or collaborative brainstorming. It provides an intuitive, clean canvas where users can draw freely, create shapes, add text, and import images — all without the need for installation or complex setup. The interface is minimalist yet functional, ensuring that the creative process remains smooth and distraction-free. - - - One of tldraw’s standout features is its real-time collaboration capability, allowing multiple users to join the same canvas and contribute simultaneously. This makes it an excellent tool for remote teams, educators, and creatives who need a shared visual workspace. Each user can see the others' changes instantly, fostering dynamic brainstorming sessions, live design work, or even remote teaching. - - - What sets tldraw apart is its flexibility and openness. Since it’s open-source, developers can modify, extend, or integrate it into their own projects. Whether it's embedding the whiteboard into an existing platform or customizing the functionality for a specialized workflow, tldraw's architecture supports a wide range of use cases. This adaptability has led to it being used in diverse environments, from software design and product planning to education and collaborative art projects. - - - Furthermore, tldraw embraces modern web technologies, ensuring smooth performance and accessibility across different devices and browsers. Its lightweight nature means it loads quickly, making it ideal for spontaneous ideation sessions without delays or complicated logins. The platform supports both personal use — for quick sketches or visual notes — and professional scenarios, where structured diagrams, flowcharts, or collaborative mind maps are needed. - - - Overall, tldraw stands out as a versatile, user-friendly, and customizable tool that bridges the gap between casual drawing apps and professional diagramming software. Its blend of simplicity, power, and openness makes it a compelling choice for anyone looking to think visually, whether alone or with a team. -developer: Steve Ruiz -website: https://www.tldraw.com/ -submitter: Weektab -submission: https://git.weektab.org/nexus/umbrel-apps -repo: https://github.com/tldraw/tldraw -support: https://github.com/tldraw/tldraw/issues -gallery: - - https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-tldraw/1.jpg - - https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-tldraw/2.jpg - - https://raw.githubusercontent.com/dennysubke/dennys-umbrel-app-gallery/main/denny-tldraw/3.jpg -releaseNotes: >- - -dependencies: -path: "" -defaultUsername: "" -defaultPassword: ""