Dan Brown
Dan Brown
FUTO
Company that has open source listed as one of their five pillars. Released their app "GrayJay" via a video by Louis Rossmann, who described it as open source, with restrictions...
Project: https://github.com/mfts/papermark ### Concerns - Open (AGPLv3) code seems to rely on non-open code ([custom enterprise license](https://github.com/mfts/papermark/blob/dc8acccc08622742d592fc1b1a38a435e71de142/ee/LICENSE)) which enforces [arbitrary limits](https://github.com/mfts/papermark/blob/dc8acccc08622742d592fc1b1a38a435e71de142/ee/limits/constants.ts). - Project homepage/github-readme/license make no mention of additional licensing...
Changed to BUSL April 2023: https://github.com/directus/directus/pull/18330 Readme advertises as open source: https://github.com/directus/directus/blob/e469b49583440f068393fe4f0e093ba317afe089/directus/readme.md?plain=1#L9 [Docs](https://docs.directus.io/getting-started/introduction.html) advertise as open source: > Built entirely in Typescript, primarily on [Node.js](https://nodejs.dev/) and [Vue.js](https://vuejs.org/), Directus is 100%...
Caprover
Licensed as Apache2.0 but with additional terms: https://github.com/caprover/caprover/blob/a563cd0dd593a7995b51e05fd64debed756677f6/LICENSE Additional terms limit modification in an awkward way, distribution & use. These issues have already been propagated by others copying, as per:...
To be added as a positive example, and linked case to caprover/dokploy. Was Apache 2.0 with additional terms to limit modification/distribution/use. Raised here: `https://github.com/orgs/swiftwave-org/discussions/680` Found on reddit here: https://www.reddit.com/r/selfhosted/comments/1d4c6l4/swiftwave_v2_simple_lightweight_open_source/ Quickly...
### Describe the feature you'd like Functionality to scan links in content and detect which links are no longer valid (lead to >=400 status). Primarily for anchors, potentially for image/media...
In thread error-prone environments (Apache on XAMPP windows by default for example) there can be issues with things like config loading, where config ends up blank. This can be helped...
Or at least work with certain artisan commands like config caching. For some reason that seems to be calling our `functions.php` loading twice, which throws error when functions are in...
Repo: https://github.com/htmlstreamofficial/preline States MIT with extra terms that enforce a range of restrictions: https://github.com/htmlstreamofficial/preline/blob/0c521a3c454f2ce345cad137473b77a89ed50a33/LICENSE Not really clear how the extra terms combine with MIT. Existing related discussion here which I...