Skip to content
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

A lot missing with after 'make frontend' and 'make build' #200

Open
x-FBi opened this issue Dec 9, 2023 · 0 comments
Open

A lot missing with after 'make frontend' and 'make build' #200

x-FBi opened this issue Dec 9, 2023 · 0 comments

Comments

@x-FBi
Copy link

x-FBi commented Dec 9, 2023

dist is copied to /opt/wg-portal/

1st, easiest error and fix:

wg-portal.service
ConditionPathExists=/opt/wg-portal/wg-portal-amd64
ExecStart=/opt/wg-portal/wg-portal-amd64
should be
ConditionPathExists=/opt/wg-portal/wg-portal
ExecStart=/opt/wg-portal/wg-portal

I believe I reported this in v1, as well. if you make build, instead of make build-amd64

2nd, Running in Server mode
(Interface)

  • main screen doesn't show DNS Servers

(Peer Defaults)
-End Point isn't populated. You need to manually enter the address. This wasn't an issue with v1.
-IP Networks: Network Addresses isn't populated (CORE)
-DNS isn't populated (iirc)
-Allowed IP Address is wrong? 0.0.0.0/0,::/0 is what I'd recommend using.

3rd, config.yml
web:
site_title
site_company_name
I don't believe either of those are working.
mail:
from: [email protected] # works
from: This Site [email protected] # doesn't work.

Maybe I require more info on setting YML settings?

4th, As Mentioned previously: Post Commands
post up and (pressumably post down) commands aren't working
ex:
iptables -A FORWARD -i eth0 -o wg0 -j ACCEPT; iptables -A FORWARD -i wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE; ip6tables -A FORWARD -i wg0 -j ACCEPT; ip6tables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

@x-FBi x-FBi changed the title A lot missing with after make frontend and make build A lot missing with after 'make frontend' and 'make build' Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant