Open jetbalsa opened 6 years ago
I will write a script that can be ran to edit the back end files on intial setup.
Mostly just thinking from the docker method if someone is setting it up, its hard to edit the pages you need to for your ctf :)
On Thu, Feb 15, 2018 at 10:28 AM, CyDefe Cyber Security < notifications@github.com> wrote:
I will write a script that can be ran to edit the back end files on intial setup.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mcpa-stlouis/hack-the-arch/issues/41#issuecomment-365961607, or mute the thread https://github.com/notifications/unsubscribe-auth/AAxE1G3SUWbMyfgQe44kYmGJJ9QVZx1Hks5tVE0PgaJpZM4SG9Ot .
@RCydefe, it might be easier to just mount the templates directory as a volume inside the container.
and maybe a auto-reload for puma when the templates change, that would be nice
On Fri, Feb 16, 2018 at 6:11 AM, Paul Jordan notifications@github.com wrote:
@RCydefe https://github.com/rcydefe, it might be easier to just mount the templates directory as a volume inside the container.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mcpa-stlouis/hack-the-arch/issues/41#issuecomment-366207891, or mute the thread https://github.com/notifications/unsubscribe-auth/AAxE1ItXhgWAX7sL0KWcuaSluWO_fH9hks5tVWJHgaJpZM4SG9Ot .
Mostly for the newbies or quick CTFs, it's hard to edit the static pages of a CTF as it requires editing the templates on the backend.