You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
At present, the application does not really seem to need a backend database; and moving to a ruby script that pulls the data and outputs a plain JSON file that can be fed into something like eleventy to render a plain site hosted using a service such as github pages would reduce the operating costs from ~$14/mo to $0.
However, having a Rails backend does give us more flexibility for adding useful features; like a "pledge" feature where people agree to work towards moving to an ethical license once one has been approved by the OSI or FSF and there is some amount of legal and operational support to facilitate the relicensing.
At present, the application does not really seem to need a backend database; and moving to a ruby script that pulls the data and outputs a plain JSON file that can be fed into something like eleventy to render a plain site hosted using a service such as github pages would reduce the operating costs from ~$14/mo to $0.
However, having a Rails backend does give us more flexibility for adding useful features; like a "pledge" feature where people agree to work towards moving to an ethical license once one has been approved by the OSI or FSF and there is some amount of legal and operational support to facilitate the relicensing.
Thoughts anyone?