{"id":51055905,"url":"https://github.com/cyr-ius/firewall-ui","last_synced_at":"2026-06-22T21:01:41.538Z","repository":{"id":59613944,"uuid":"453480567","full_name":"cyr-ius/firewall-ui","owner":"cyr-ius","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-25T17:26:36.000Z","size":781,"stargazers_count":8,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-06-08T11:34:02.674Z","etag":null,"topics":["bootstrap","flask","ldap","nginx","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyr-ius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-29T18:14:52.000Z","updated_at":"2026-06-06T05:17:25.000Z","dependencies_parsed_at":"2024-02-05T18:53:24.845Z","dependency_job_id":"8dedf761-63cd-4173-b9c0-93b7cc7d46f5","html_url":"https://github.com/cyr-ius/firewall-ui","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/cyr-ius/firewall-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyr-ius%2Ffirewall-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyr-ius%2Ffirewall-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyr-ius%2Ffirewall-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyr-ius%2Ffirewall-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyr-ius","download_url":"https://codeload.github.com/cyr-ius/firewall-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyr-ius%2Ffirewall-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34665261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","flask","ldap","nginx","python"],"created_at":"2026-06-22T21:01:37.923Z","updated_at":"2026-06-22T21:01:41.532Z","avatar_url":"https://github.com/cyr-ius.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# FirewallUI\n\n## Web Interface for firewallD\n\nFirewallUI is a Web Interface to control [FirewallD](https://firewalld.org/).\n\nThanks to this application, you can consult, modify, delete any element of your firewall using your preferred browser.\n\nUnlike the native `firewalld-cmd` commands, with **FirewallUI** you can define rights and fine permissions on the different elements of the firewall\n\n**FirewallUI** integrates a two-factor authentication module. It allows you to activate the TOTP (time-based On-time Password)\n\n**FirewallUI** is developed using the [*Flask Framework*](https://flask.palletsprojects.com) and [*Bootstrap 5*](https://getbootstrap.com/) for the graphic elements\n\n![Screenshot!](https://github.com/cyr-ius/firewall-ui/blob/master/screenshot.png \"Dashboard\")\n\n----------------\n\n### Development\n\nTo check out the source repository, you can use:\n\n  `git clone https://github.com/cyr-ius/firewall-ui.git`\n\nThis will create a local copy of the repository.\n\n### Language Translations\n\nFirewalld uses GNU `gettext` for localization support.\n\n### Docker\n\nYou will find in the docker directory, a `docker-compose` file which allows you to run **FirewallUI** with an Nginx reverse proxy.\n\n### Environnement variables\n\n#### Random key - allows to encrypt the essential elements [MANDATORY]\n\n`SECRET_KEY=`\n\n#### Debug mode (True/False) default:False\n\n`DEBUG=`\n\n#### Set smtp server default:None\n\n`MAIL_SERVER=`\n\n#### Set port smtp server default:25\n\n`MAIL_PORT=`\n\n#### Set user to send to smtp server default:None\n\n`MAIL_USERNAME=`\n\n#### Set password for user smtp default:None\n\n`MAIL_PASSWORD=`\n\n#### Use TLS (True/False) default:False\n\n`MAIL_USE_TLS=`\n\n#### Use SSL (True/False) default:False\n\n`MAIL_USE_SSL=`\n\n#### The identifier /etc/machine-id. This will display the journalctl\n\n`MACHINE_ID=`\n\n#### Administrator of FirewallUI\n\n`APP_USERNAME=`\n\n#### Password\n\n`APP_PASSWORD=`\n\n#### Email\n\n`APP_MAIL=`\n\n#### Run Server\n\n* You can launch an instance of firewall-ui in a development environment:\n\n`SECRET_KEY=0000 /usr/bin/python3 -m flask --debug run`\n\n* In a Production environment, prefer used unicorn (or other WSGI) :\n\n`gunicorn --bind :8000 --workers 3 'app:create_app()'`\n\nBe careful in this case, you must expose the static content (css, png, etc ..) with a web server type Apache server, Nginx, etc ...\n\n### Flask packages requirements\n\nFlask 2.2.2\nFlask-Assets 2.0\nFlask-Login 0.6.2\nFlask-Mail 0.9.1\nFlask-SQLAlchemy 2.5.1\nFlask-Migrate 3.1.0\nFlask-Session 0.4.0\nFlask-SeaSurf 1.1.1\nFlask-WTF 1.0.1\nFlask-Admin 1.6.0\nFlask-Security-Too 5.0.1\nFlask-Babel 2.0.0\n\nall packages in requirements.txt\n\n### ToDo\n\n* Add a connector to use an LDAP authentication backend\n* Add second factor authentication through a Yubikey key.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyr-ius%2Ffirewall-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyr-ius%2Ffirewall-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyr-ius%2Ffirewall-ui/lists"}