Fedora Account System authentication support and fedora-messaging integration to Happiness Packets https://happinesspackets.fedorainfracloud.org/
  • Python 66.4%
  • HTML 23.2%
  • CSS 7.4%
  • JavaScript 2.2%
  • Dockerfile 0.8%
Find a file
Justin Wheeler 8eb262bfb4
🐛 Containerfile: Write requirements to /tmp in builder stage
The UBI 9 Python image runs as non-root (UID 1001). Poetry export wrote
`requirements.txt` to `/app` which works in the builder stage but is
fragile — the working directory inherits root-owned permissions from
`COPY`. Writing to `/tmp` is the correct pattern for ephemeral build
artifacts in non-root container images.

Assisted-by: Claude Opus 4.6 (1M context)
Signed-off-by: Justin Wheeler <jwheel@fedoraproject.org>
2026-05-10 16:00:40 +02:00
.forgejo 💚 ci: Change runner label from docker to podman 2026-03-31 11:28:07 -04:00
assets 🔥 frontend: Remove dead social media and unused assets (closes #34) 2026-03-28 23:51:08 -04:00
docs dependencies: Migrate docs deps to root directory 2020-02-12 14:44:47 -05:00
happinesspacket_schema_package Update logo to use final SVG approved by Fedora Design Team 2020-02-12 14:38:17 -05:00
happinesspackets 🔧 settings: Refactor to 12-factor env vars, eliminate config files 2026-03-31 11:30:42 -04:00
openshift Add configuration files for local deployment on minishift 2019-08-18 00:42:17 +05:30
templates ⬆️ django: Upgrade Django 2.2.28 → 3.2.25 LTS 2026-03-29 00:25:29 -04:00
.containerignore 🔧 containers: Replace Docker with Podman and UBI-based Containerfile 2026-03-29 02:26:18 -04:00
.coveragerc Port code from Github to Pagure 2018-03-21 12:45:07 -05:00
.env.example 🔧 settings: Refactor to 12-factor env vars, eliminate config files 2026-03-31 11:30:42 -04:00
.gitignore 🔧 settings: Refactor to 12-factor env vars, eliminate config files 2026-03-31 11:30:42 -04:00
AGENTS.md 📝 docs(AGENTS.md): Update modernized project state 2026-03-29 02:09:41 -04:00
config.toml Integrate fedora-messaging 2019-03-12 14:42:12 +00:00
Containerfile 🐛 Containerfile: Write requirements to /tmp in builder stage 2026-05-10 16:00:40 +02:00
fas-admin-details.json.example Remove invalid JSON from fas-admin-details.json.example 2019-03-24 19:27:41 -04:00
LICENSE Port code from Github to Pagure 2018-03-21 12:45:07 -05:00
manage.py Port code from Github to Pagure 2018-03-21 12:45:07 -05:00
podman-compose.yml 🔧 containers: Replace Docker with Podman and UBI-based Containerfile 2026-03-29 02:26:18 -04:00
poetry.lock ⬆️ deps: Upgrade fedora-messaging 3.4.1 → 3.9.0 2026-05-10 15:58:03 +02:00
pyproject.toml ⬆️ deps: Upgrade fedora-messaging 3.4.1 → 3.9.0 2026-05-10 15:58:03 +02:00
README.md Remove mention of Freenode 2021-08-24 13:24:38 +00:00

fedora-happiness-packets

Join us at #fedora-commops on libera.chat Documentation Status License

Fedora Account System authentication support and fedora-messaging integration to Happiness Packets (demo)

Documentation

For more help, read the project documentation:

fedora-happiness-packets.readthedocs.io

Contributing guidelines

See our contributing guidelines for project guidelines.

Create development environment

These instructions run an instance of fedora-happiness-packets on your local machine for development and testing purposes. See setup instructions in our documentation.

Where to find us

Get in touch with us! You can find us in these places.

»»» New contributor? Start here! «««

Are you looking for ways to contribute? We recommend this path of activities for newcomers to follow:

1. Read project goals and contributing guidelines

Get to know our project better and what our goals are. Our contributing guidelines explains what fedora-happiness-packets is and what it is not. They also explain etiquette on how to work on tickets and send pull requests. It is the most important reference when making contributions to the project.

2. Create a development environment

See fedora-happiness-packets#100.

3. Try out fedora-messaging

fedora-messaging is tool for applications in Fedora Infrastructure to emit messages and communicate with other applications. It is an important part of integration for our project. See fedora-happiness-packets#103 for more info.

4. Look for beginner-friendly tickets

When you complete the previous steps, look for unassigned beginner-friendly tickets. Tickets without an assignee are open for taking. Refer to the contributing guidelines for etiquette on claiming a ticket.

This project is licensed under the Apache License.