Live data from Hacker News

Focalboard – a self-hosted alternative to Trello, Notion, and Asana

focalboard.com

11–20 of 182 posts

Re: Focalboard – a self-hosted alternative to Trello, Notion, and Asana

#12
In the same category as 'self-hosted trello', I found "Planka" not to long ago, and as a self-hosted trello/kanban/todo board, it was pretty easy to boot up and has worked for my simple purposes for the last few months....

https://news.ycombinator.com/item?id=24812900

Re: Focalboard – a self-hosted alternative to Trello, Notion, and Asana

#13
post #2

Looks cool. But you have split up the licenses as Apache and AGPL. Why the split? You could prevent the likes of AWS competition with a blanket AGPL etc... Am I missing something? Or is Apache license OSS some derivative work and from another project?

From what I can understand, if you host Focalboard on your server and update some configurations and templates to suit your needs, you are not required to open source these updates (which you would otherwise have to under AGPL) since those specific files are Apache 2.0 licensed.

Re: Focalboard – a self-hosted alternative to Trello, Notion, and Asana

#14
post #13
post #2

Looks cool. But you have split up the licenses as Apache and AGPL. Why the split? You could prevent the likes of AWS competition with a blanket AGPL etc... Am I missing something? Or is Apache license OSS some derivative work and from another project?

From what I can understand, if you host Focalboard on your server and update some configurations and templates to suit your needs, you are not required to open source these updates (which you would otherwise have to under AGPL) since those specific files are Apache 2.0 licensed.

i think AGPL only makes that requirement if you give out YOUR version to users. If you are just using for yourself or internal team, AGPL does not require you to publish those changes.

Re: Focalboard – a self-hosted alternative to Trello, Notion, and Asana

#16
post #6

This would be easier to test out if I could just run a docker image instead of doing a whole nginx configuration.

What's stopping you? Run nginx in a container and mount the config dir as a volume.

[EDIT] Someone did it already: https://github.com/PaperStork/focalboard/pull/1/commits/6452...

Re: Focalboard – a self-hosted alternative to Trello, Notion, and Asana

#18
post #4

It would’ve been more convenient to me if this project provided standalone downloads for macOS and Windows. The current downloads for the Desktop version are only available through the respective app stores on these two platforms.

Downloading from app store is about as easy as it gets.

Re: Focalboard – a self-hosted alternative to Trello, Notion, and Asana

#20
post #13

Earlier quoted context omitted.

From what I can understand, if you host Focalboard on your server and update some configurations and templates to suit your needs, you are not required to open source these updates (which you would otherwise have to under AGPL) since those specific files are Apache 2.0 licensed.

i think AGPL only makes that requirement if you give out YOUR version to users. If you are just using for yourself or internal team, AGPL does not require you to publish those changes.

AGPL doesn't make any distinction between public vs private use. If software you write depends on or extends AGPL code, it must also be licensed as AGPL, period. You do only need to offer the source code to users of the software, but that is still a burden, especially when all you are doing is updating config files.
Post reply on HN