-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webapp for self hosted. #78
Comments
@mocallins I have just created a playbook for RHEL.. Take a look if you want: |
Hmmm, is webapp.xml all i need ?Any other instructions ?
On Tuesday, January 14, 2025 at 01:58:21 PM CST, Martin Juhl ***@***.***> wrote:
@mocallins I have just created a playbook for RHEL..
Take a look if you want:
https://github.com/MrMEEE/netbootxyz-webapp-ansible
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
You need the role as well.. Basically just clone the repository (git clone) and run the playbook with: ansible-playbook -i inventory webapp.xml (supply your own inventory, or leave out "-i inventory" to install on localhost) Options are in roles/webapp/vars/main.yml |
Multiple issues getting this to run. Had to disable nginx. ---` I finally got it to run with the inventory , but still failed at:
|
Also what is the port or /dir on the webserver page ? |
|
I'm not specifically sing nginx either,, i thought it got installed with netboot.xyz
That's correct not using RHEL, using Debian 12 (Bookworm)
On Friday, January 17, 2025 at 02:49:58 PM CST, Martin Juhl ***@***.***> wrote:
- I'm not using nginx, i'm using Apache/httpd.. nginx could be added as an option later..
- My bad, I meant roles/netbootxyz/vars/main.yml
- It seems like you are not using RHEL9? What distribution are you running?
- The webinterface should be available on port 3000 (remember to open fw or disable it)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Wait.. you are not using my playbook.. you are using the netbootxyz playbook.. that doesn't include the gui.. you should do a pull of my playbook: https://github.com/MrMEEE/netbootxyz-webapp-ansible and use that |
Besides from that, my playbook only supports RHEL9 at the moment.. |
On Friday, January 17, 2025 at 03:28:36 PM CST, Martin Juhl ***@***.***> wrote:
Besides from that, my playbook only supports RHEL9 at the moment..
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hmmm, i'm not sure i understand ?
On Friday, January 17, 2025 at 03:27:49 PM CST, Martin Juhl ***@***.***> wrote:
Wait.. you are not using my playbook.. you are using the netbootxyz playbook.. that doesn't include the gui..
you should do a pull of my playbook:
https://github.com/MrMEEE/netbootxyz-webapp-ansible
and use that
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Do you have this enabled for a self hosted system, NOT using Docker ?
The text was updated successfully, but these errors were encountered: