A simple pfsense to opnsense config mapper.
docker run --name pf2opn -p 4200:80 -d mwood77/pf2opn:main
cd
into this repositorynpm i
to install project dependenciesnpm run start
to spool up a development serverlocalhost: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 repositorydocker compose up
localhost:4200
to see the website.docker build -t pf2opn .
docker run -p 4200:80 -d pf2opn
localhost:4200
to see the website.