App Submission: ThinkDashboard (#3960)
Co-authored-by: al-lac <lackner.alex@gmail.com>
This commit is contained in:
parent
cd729a8739
commit
5739ae37ce
0
thinkdashboard/data/.gitkeep
Normal file
0
thinkdashboard/data/.gitkeep
Normal file
15
thinkdashboard/docker-compose.yml
Normal file
15
thinkdashboard/docker-compose.yml
Normal file
@ -0,0 +1,15 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: thinkdashboard_server_1
|
||||
APP_PORT: "8080"
|
||||
|
||||
server:
|
||||
image: ghcr.io/matiasdesuu/thinkdashboard:v0.7.6@sha256:3bd3ac29fcd0329673a1b4946e4e63ecc55239e6221a00bd4b407a5343c55079
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/app/data
|
||||
environment:
|
||||
- PORT=8080
|
||||
35
thinkdashboard/umbrel-app.yml
Normal file
35
thinkdashboard/umbrel-app.yml
Normal file
@ -0,0 +1,35 @@
|
||||
manifestVersion: 1
|
||||
id: thinkdashboard
|
||||
category: files
|
||||
name: ThinkDashboard
|
||||
version: "0.7.6"
|
||||
tagline: A lightweight, bookmark dashboard with keyboard shortcuts
|
||||
description: >-
|
||||
ThinkDashboard is a lightweight, self-hosted bookmark dashboard with keyboard shortcuts.
|
||||
|
||||
|
||||
✨ Features
|
||||
- Minimalist Design: Clean, text-based interface
|
||||
- Keyboard Shortcuts: Assign keys shortcuts to quickly open bookmarks
|
||||
- Customizable Categories: Organize bookmarks into categories
|
||||
- Theme Support: Dark and light themes
|
||||
- Theme customization: Full theme customization support with possibility to create infinite variants
|
||||
- Responsive Design: Works on desktop and mobile devices
|
||||
developer: MatiasDesuu
|
||||
website: https://github.com/MatiasDesuu/ThinkDashboard
|
||||
repo: https://github.com/MatiasDesuu/ThinkDashboard
|
||||
support: https://github.com/MatiasDesuu/ThinkDashboard/issues
|
||||
port: 8229
|
||||
submitter: Kanishk Pachauri
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/3960
|
||||
releaseNotes: ""
|
||||
dependencies: []
|
||||
gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
- 4.jpg
|
||||
permissions: []
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
Loading…
Reference in New Issue
Block a user