A simple pfsense to opnsense config mapper.
docker run --name pf2opn -p 4200:80 -d mwood77/pf2opn:main
- Read the prerequisites and then proceed to installation & running locally for development
- Clone this repository
- Download NodeJS
- Download Angular's cli
cd
into this repository- Run
npm i
to install project dependencies - Run
npm run start
to spool up a development server - Navigate to
localhost:4200
to see the website. The application will automatically reload if you change any of the source files.
Important
These images are built in production mode. They are not suitable for development.
cd
into this repository- Run
docker compose up
- Navigate to
localhost:4200
to see the website.
- Build docker image:
docker build -t pf2opn .
- Run docker image:
docker run -p 4200:80 -d pf2opn
- Navigate to
localhost:4200
to see the website.