-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Submission: Blinko #2183
Open
dennysubke
wants to merge
32
commits into
getumbrel:master
Choose a base branch
from
dennysubke:blinko
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
App Submission: Blinko #2183
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
8cbd8c6
Merge pull request #1 from getumbrel/master
dennysubke 1679c67
Add files via upload
dennysubke b8cd858
Delete denny-linkstack directory
dennysubke 98bbed6
Add files via upload
dennysubke 34dce5d
Update docker-compose.yml
dennysubke c3c6fdb
Update umbrel-app.yml
dennysubke 8a30866
Update umbrel-app.yml
dennysubke 2c1669f
Update umbrel-app.yml
dennysubke 8855afa
Update umbrel-app.yml
dennysubke 7fb6b12
Update umbrel-app.yml
dennysubke a467b93
Update umbrel-app.yml
dennysubke 627d78b
Update umbrel-app.yml
dennysubke 57d703f
Add files via upload
dennysubke 5c5ebcc
Delete excalidraw directory
dennysubke f54af58
Update umbrel-app.yml
dennysubke 5899c20
Update umbrel-app.yml
dennysubke ad04036
Update umbrel-app.yml
dennysubke 6290052
Delete linkstack directory
dennysubke 3977fa6
Add files via upload
dennysubke 0c3f58c
Update docker-compose.yml
dennysubke 4edde17
Update docker-compose.yml
dennysubke f2d3c00
Delete denny-onionshare directory
dennysubke 63fe245
Add files via upload
dennysubke 3e85534
Create .gitkeep
dennysubke 093b36a
Create .gitkeep
dennysubke 860a64f
Update umbrel-app.yml
dennysubke 5e5a54f
Update docker-compose.yml
dennysubke d9647cd
Update docker-compose.yml
dennysubke 7051b1f
Update umbrel-app.yml
dennysubke 8b34988
Update umbrel-app.yml
dennysubke 99743b8
Delete blinko/data/blinko directory
dennysubke 5235eb7
Create .gitkeep
dennysubke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
version: '3.7' | ||
|
||
services: | ||
app_proxy: | ||
environment: | ||
APP_HOST: blinko_app_1 | ||
APP_PORT: 1111 | ||
PROXY_AUTH_ADD: "false" | ||
|
||
db: | ||
image: postgres:17.3@sha256:6e3358e46e34dae6c184f48fd06fe1b3dbf958ad5b83480031907e52b9ec2a7d | ||
healthcheck: | ||
test: ["CMD", "pg_isready", "-q", "-d", "blinko", "-U", "blinkouser"] | ||
timeout: 45s | ||
interval: 10s | ||
retries: 10 | ||
user: "1000:1000" | ||
volumes: | ||
- ${APP_DATA_DIR}/data/db:/var/lib/postgresql/data:rw | ||
environment: | ||
POSTGRES_DB: blinko | ||
POSTGRES_USER: blinkouser | ||
POSTGRES_PASSWORD: blinkopass | ||
restart: on-failure | ||
|
||
app: | ||
image: blinkospace/blinko:0.38.6@sha256:e3779d43e987ef65429db43bf06e74da6e0f9896e1d11fb3539d2afb5e85a31b | ||
healthcheck: | ||
test: ["CMD", "curl", "-f", "http://localhost:1111"] | ||
interval: 30s | ||
timeout: 10s | ||
retries: 5 | ||
start_period: 30s | ||
environment: | ||
NODE_ENV: production | ||
NEXTAUTH_URL: http://${DEVICE_DOMAIN_NAME}:1111 | ||
NEXT_PUBLIC_BASE_URL: http://${DEVICE_DOMAIN_NAME}:1111 | ||
NEXTAUTH_SECRET: 3VZEVZ8vC8gjvRChDW8QRtQysSErPwqkR7vyMjIt3PiE3Xhf4Z5rTruf9YU6HxAf | ||
DATABASE_URL: postgresql://blinkouser:blinkopass@blinko_db_1:5432/blinko | ||
user: "1000:1000" | ||
volumes: | ||
- ${APP_DATA_DIR}/data/app:/app/.blinko:rw | ||
logging: | ||
options: | ||
max-size: "10m" | ||
max-file: "3" | ||
depends_on: | ||
db: | ||
condition: service_healthy | ||
restart: on-failure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
manifestVersion: 1 | ||
id: blinko | ||
name: Blinko | ||
tagline: An AI-powered hub for your ideas and notes | ||
category: files | ||
version: "0.38.6" | ||
port: 1111 | ||
description: >- | ||
😉 Blinko is an open-source application that combines note-taking, microblogging, pastebin functionality, task management, and AI-powered features in a self-hosted environment. The platform allows users to quickly and efficiently capture their thoughts, with full Markdown support for easy formatting. | ||
|
||
|
||
With the integration of AI models like OpenAI or Ollama, content can be intelligently searched and organized. | ||
|
||
If you want to use the Ollama instance of your Umbrel, enter the following URL in the settings to connect to it: **http://ollama_ollama_1:11434** | ||
|
||
|
||
The application provides a flexible way to manage notes, which can remain private or be shared publicly. Regular automatic backups and seamless data import and export ensure that users always retain control over their content. Since Blinko is self-hosted, users maintain full data sovereignty and can rely on a secure environment without commercial restrictions. | ||
|
||
|
||
Built on Next.js, Blinko is optimized for speed and efficiency, offering a responsive and modern user experience. As an open-source project, it encourages collaboration and is available for free without hidden fees. It is designed for anyone looking for a powerful and customizable solution for digital organization. | ||
developer: Blinko | ||
website: https://blinko-demo.vercel.app/ | ||
submitter: dennysubke | ||
submission: https://github.com/getumbrel/umbrel-apps/pull/2183 | ||
repo: https://github.com/blinko-space/blinko | ||
support: https://github.com/blinko-space/blinko/issues | ||
gallery: | ||
- 1.jpg | ||
- 2.jpg | ||
- 3.jpg | ||
- 4.jpg | ||
- 5.jpg | ||
releaseNotes: "" | ||
dependencies: [] | ||
path: "" | ||
defaultUsername: "" | ||
defaultPassword: "" |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nmfretz would it make sense to use the ${APP_PASSWORD} variable here as well?