Foodsoft, the open source platform for running a nonprofit food cooperative: group ordering, supplier catalogues, member accounts and finances in one place.
Foodsoft is an open source web application for running a nonprofit food cooperative or buying group. Members browse supplier catalogues and place orders together as a group, and the coop then settles who ordered what and what each member owes. It keeps supplier and article lists, opens and closes ordering rounds, tallies each order group's totals, tracks member and working group balances and financial transactions, and organises the shared tasks that keep a coop running. Several members share one instance, each with their own login, while administrators manage suppliers, articles, users and working groups from the web interface.
cloudimg ships Foodsoft as the official upstream Docker stack, so the version never drifts under you: the Rails web app, its background worker, the database and the queue all run behind a single reverse proxy on one port, and the database and queue are never exposed to the network. Nothing ships with a known login. The upstream default admin password is rotated away before the web app is ever reachable, and a unique admin password, application signing key and database password are generated on the first boot of each instance and written to a file only root can read, so no two instances share a secret. Every deployment is fully patched at build time with unattended security updates left enabled, and comes with a paired deploy guide and 24/7 cloudimg support.
Real screenshots taken while testing this image against its deployment guide.