mirror of
https://github.com/netbootxyz/webapp.git
synced 2026-04-26 07:35:59 +03:00
[GH-ISSUE #78] webapp for self hosted. #24
Labels
No labels
Hacktoberfest
bug
enhancement
no-issue-activity
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webapp#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mocallins on GitHub (Nov 23, 2024).
Original GitHub issue: https://github.com/netbootxyz/webapp/issues/78
Do you have this enabled for a self hosted system, NOT using Docker ?
@MrMEEE commented on GitHub (Jan 14, 2025):
@mocallins I have just created a playbook for RHEL..
Take a look if you want:
https://github.com/MrMEEE/netbootxyz-webapp-ansible
@mocallins commented on GitHub (Jan 14, 2025):
Hmmm, is webapp.xml all i need ?Any other instructions ?
@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: @.***>
@MrMEEE commented on GitHub (Jan 15, 2025):
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
@mocallins commented on GitHub (Jan 17, 2025):
Multiple issues getting this to run.
Had to disable nginx.
This didn't exist here: _ roles/webapp/vars/main.yml_
but this does: `cat roles/netbootxyz/vars/main.yml
---`
I finally got it to run with the inventory , but still failed at:
@mocallins commented on GitHub (Jan 17, 2025):
Also what is the port or /dir on the webserver page ?
@MrMEEE commented on GitHub (Jan 17, 2025):
@mocallins commented on GitHub (Jan 17, 2025):
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)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.***>
@MrMEEE commented on GitHub (Jan 17, 2025):
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
@MrMEEE commented on GitHub (Jan 17, 2025):
Besides from that, my playbook only supports RHEL9 at the moment..
@mocallins commented on GitHub (Jan 17, 2025):
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: @.***>
@mocallins commented on GitHub (Jan 17, 2025):
Hmmm, i'm not sure i understand ?
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: @.***>