this post was submitted on 13 Jun 2024
42 points (92.0% liked)

Linux

45501 readers
1617 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Whats your fav kanban board for linux (and android)?

I know of planka, obsidian and nextcloud deck. What's your favorite tool?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 3 weeks ago (1 children)

nextcloud deck, integrates well with other tools, can attach files, notes easily and has an awesome mobile app.

[–] [email protected] 1 points 2 weeks ago (1 children)

If only I could manage to get Nextcloud running on my Docker server.

I have tried many times but always fail. It's infuriating because I am running 20+ other things without problems. Why is NC so hard??

[–] [email protected] 2 points 2 weeks ago (1 children)

@PlutoniumAcid have you tried their AIO package? it is much easier and has better instructions.

[–] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Thank you! I feel I am close to success but still not there yet. This AIO includes a reverse proxy, but I already have one (NPM).

I've seen and applied the docs for how to route with my own reverse proxy, and I come to the point where it's all installed and started.

But then - that button "open your Nextcloud↗️" does not work :'( and I think it's because it still requires something from its own proxy? The docs aren't clear on this.

The logs say "failed to fetch discovery endpoint from https://cloud.mydomain.here"

I want to use a flavor of AIO that is just Nextcloud and does not expect any specific certs and proxy and stuff. Just take care of the inside stuff, and let me do the outside stuff.

[–] [email protected] 1 points 2 weeks ago

I have nextcloud AIO running behind NPM just fine. There's a page in there docs on how to configure it.