-
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: cobalt #2174
Open
dennysubke
wants to merge
34
commits into
getumbrel:master
Choose a base branch
from
dennysubke:cobalt
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.
+55
−0
Open
App Submission: cobalt #2174
Changes from all commits
Commits
Show all changes
34 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 fcd46c2
Add files via upload
dennysubke b0a8cbc
Create .gitkeep
dennysubke 330faef
Update umbrel-app.yml
dennysubke 40d0a51
Delete cobalt/data/cookies/.gitkeep
dennysubke 7eaa907
Create cookies.json
dennysubke 6d137bc
Update docker-compose.yml
dennysubke 9cb4d94
Delete cobalt/cobalt/data/cookies/cookies.json
dennysubke 8e4aad2
Create .gitkeep
dennysubke 370bc95
Delete cobalt/data/cookies directory
dennysubke 3e40f57
Update docker-compose.yml
dennysubke 3e88fbf
Update umbrel-app.yml
dennysubke a7770f7
Update umbrel-app.yml
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,19 @@ | ||
version: '3.7' | ||
|
||
services: | ||
app_proxy: | ||
environment: | ||
APP_HOST: cobalt_web_1 | ||
APP_PORT: 9001 | ||
PROXY_AUTH_ADD: "false" | ||
web: | ||
image: dennysubke/cobalt:10.6@sha256:870110e7002b7080adc81f9cee5357ab784adba81385a7b51663a7c1e92030cd | ||
read_only: true | ||
restart: on-failure | ||
user: "1000:1000" | ||
ports: | ||
Check notice on line 14 in cobalt/docker-compose.yml
|
||
- 9000:9000 | ||
environment: | ||
API_URL: "http://${DEVICE_DOMAIN_NAME}:9000/" | ||
API_AUTH_REQUIRED: 0 | ||
DURATION_LIMIT: 86400 |
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,36 @@ | ||
manifestVersion: 1 | ||
id: cobalt | ||
name: cobalt | ||
tagline: Best way to save what you love | ||
category: media | ||
version: "10.6" | ||
port: 9009 | ||
description: >- | ||
cobalt is a powerful and intuitive media downloader built to simplify the process of saving your favorite content from the web. Designed for users who want to enjoy their media without the interruptions of ads, trackers, or paywalls, cobalt offers a streamlined experience. Whether you're downloading videos, music, images, or other types of media, cobalt acts as a proxy that fetches content directly from its source, ensuring a fast and seamless process. | ||
|
||
|
||
What sets cobalt apart is its commitment to user privacy and freedom. The tool doesn't cache content, so you're always downloading directly from the original source. It also avoids unnecessary distractions, like ads or third-party interference, letting you enjoy a cleaner, faster, and more reliable media retrieval process. | ||
|
||
|
||
cobalt is ideal for anyone who values simplicity and control over their media downloads. With its easy-to-use interface and efficient functionality, you can quickly retrieve and store content without the usual hassle. Whether you're an enthusiast collecting media or someone simply trying to access content without restrictions, cobalt makes it easy to download what you love, whenever you want. | ||
|
||
|
||
⚠️ To ensure proper functionality, go to /settings/instances and set the processing server to http://umbrel.local:9000. | ||
developer: imputnet | ||
website: https://cobalt.tools/ | ||
submitter: dennysubke | ||
submission: https://github.com/getumbrel/umbrel-apps/pull/2174 | ||
repo: https://github.com/imputnet/cobalt | ||
support: https://github.com/imputnet/cobalt/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.
This comment was marked as resolved.
Sorry, something went wrong.
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.
Hey, thanks for the suggestion! I kept it lowercase because cobalt officially uses that styling.
Umbrel already has several apps that follow their own naming conventions, like autobrr, code-server, nolooking, ntfy, noStrudel, tautulli und usocial. So I think it makes sense to stay consistent with the app's original branding.
Let me know what you think! 😊
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.
True that, lets leave it like this then!