Focalboard – a self-hosted alternative to Trello, Notion, and Asana
11–20 of 182 posts
Re: Focalboard – a self-hosted alternative to Trello, Notion, and Asana
#12Re: Focalboard – a self-hosted alternative to Trello, Notion, and Asana
#13Looks 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?
Re: Focalboard – a self-hosted alternative to Trello, Notion, and Asana
#14Looks 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
#15Re: Focalboard – a self-hosted alternative to Trello, Notion, and Asana
#16This would be easier to test out if I could just run a docker image instead of doing a whole nginx configuration.
[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
#17Re: Focalboard – a self-hosted alternative to Trello, Notion, and Asana
#18It 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.
Re: Focalboard – a self-hosted alternative to Trello, Notion, and Asana
#19Re: Focalboard – a self-hosted alternative to Trello, Notion, and Asana
#20Earlier 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.