The FSFE's Community Database and all its related components https://my.fsfe.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Reinhard Müller 6109be0e5e Update texts as proposed by Ana (#220) 24 hours ago
auth Also remove setuptools install from quality images 1 day ago
back Update texts as proposed by Ana (#220) 24 hours ago
front Also remove setuptools install from quality images 1 day ago
ldap-mock Refactor database initialisation 1 year ago
openpgp-ca avoid empty entrypoint to keep cache 9 months ago
.drone.yml Update docker 1 week ago
.pre-commit-config.yaml Remove `update-requirements-files` from pre-commit 2 weeks ago
Makefile Readd removal of `back/test.db` before test suite 1 week ago
README.md Add badges as HTML 2 months ago
docker-compose.development.yml Add PostgreSQL to dev env 3 weeks ago
docker-compose.production.yml Remove max.mehl from MAIL_DEFAULT_RECEIVERS 1 week ago
docker-compose.quality.yml Run quality checks as root when running in drone 1 year ago
docker-compose.staging.yml only send to alice per default 9 months ago
renovate.json (renovate) Ignore auto-generated `.txt` files 7 months ago

README.md

FSFE Community Database

Staging
Production

Background

Development

Prerequisites

The development of the FSFE Community Database is based on docker and docker-compose. Please note that this has been more tested against a rootless Docker daemon and since we run this type of daemon in both staging and production environments, it is recommended you have the same daemon running on your local machine. Here are Docker's installation instructions. Along with a text editor, these are the only two hard dependencies you need to have installed in order to start developing.

If you want to contribute, you also need pipenv and pre-commit installed locally. After installing pre-commit, you need to run

pre-commit install

in order to set up the check to run before every commit.

Start the development containers

Once you have them, run

make dev

to start all three modules, i.e. back, front and auth in unison. The corresponding directories in this repository are mounted inside these containers so you can start changing the code in one of them, and the apps will update automatically during runtime as they all run the built-in Flask debugging server. Once you're done with your changes run

make qc.all

before committing as the commands run by this rule will need to complete without errors in order to pass through our CI system.

If you want to find out what other commands are available via the Makefile, run

make

to display a small manual page.

Deployment

Staging

Production

Maintainers

@reinhard @max @linus

Contributing

Small note: If editing the README, please conform to the standard-readme specification.

License

AGPL-3.0-or-later © 2021 FSFE System Hackers