Updating www.jrowe.org
The site will not build.
Also fix the deprecation errors and update the legacy config file.
The site will not build.
Also fix the deprecation errors and update the legacy config file.
What I did from 2022-JUL-31 to 2022-AUG-06.
What I did from 2022-JUL-18 to 2022-JUL-29.
What I did from 2022-JUL-10 to 2022-JUL-16.
The repo has a Dockerfile that appears suitable.
There does not appear to be an image that is published into Docker Hub.
I make a project https://gitlab.com/jtrowe/docker-image-mojo-darkpan that will use GitLab CI to build a Docker image.
The original Dockerfile in the Mojo::Darkpan repo proved to be a little fussy for me.
So I just wrote my own Dockerfile, and it works ok.
cpanm Mojo::Darkpan
darkpan
# if you want a config file
# darkpan --config config.json
This is now running on port 3000.
There is no authentication on this. See Mojolicious::Plugin::BasicAuthPlus to configure it.
{
"basic_auth": {
"main": {
"username": "admin",
"password": "admin"
}
}
}
{
"basic_auth": {
"main": {
"path": "passwd"
}
}
}
passwd:
I’ve not done this before so, investigate what is out there.
Results:
“DuckPAN is an application built to provide developers a testing environment for DuckDuckHack Instant Answers.”
Not what I’m looking for.
A high level description of the tools and applications I have set up in my home lab.