App is not currently fully AGPL compliant #20
Labels
Projects
Comments
this would be best achieved when ClassClock is migrated over to using docker so that this can be built right into the image. see https://github.com/omarroth/invidious/blob/454ae8656a61188082e54e75c637e99425e0e2ac/src/invidious.cr#L62 |
Alternatively, this can be built into the github-pages version of the site using this: https://stackoverflow.com/a/62767490 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to be AGPL compliant, the web app should link to this github repository somewhere on the site (probably at the bottom of the settings page somewhere) and include the hash of the commit that it was built from (adding the version number from
package.json
would also be nice).This would probably work best for once the app has been Dockerized.
More info:
https://stackoverflow.com/questions/48391897/add-git-information-to-create-react-app
The text was updated successfully, but these errors were encountered: