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

Support for linux/arm64/v8 in the manifest list entries #2

Open
dinjojo opened this issue Feb 1, 2025 · 14 comments
Open

Support for linux/arm64/v8 in the manifest list entries #2

dinjojo opened this issue Feb 1, 2025 · 14 comments

Comments

@dinjojo
Copy link

dinjojo commented Feb 1, 2025

no matching manifest for linux/arm64/v8 in the manifest list entries

@LoV432
Copy link
Owner

LoV432 commented Feb 1, 2025

pushed an update, you should be able to pull the image now

@dinjojo
Copy link
Author

dinjojo commented Feb 1, 2025

Thanks is this on latest branch or Dev

@LoV432
Copy link
Owner

LoV432 commented Feb 1, 2025

Latest

@dinjojo
Copy link
Author

dinjojo commented Feb 1, 2025

Does it have to be in seperate device? I'm unable to get ui up despite docker is up no errors in logs

@dinjojo
Copy link
Author

dinjojo commented Feb 1, 2025

Ok i ran it on another device and it worked but its not showing me any device details only just uptime , status , no disconnects just the first row part

@LoV432
Copy link
Owner

LoV432 commented Feb 1, 2025

The devices show up when they make some DHCP event like connecting, disconnecting, renewing dhcp lease, etc

alternatively you could try running service dnsmasq restart to force some DHCP events but im not sure how effective it would be

if you don't see any device at all after a while make sure your URL is set correctly in openwrt

cat /etc/hotplug.d/dhcp/99-dhcp-trigger

if its not you can rerun the router_setup.sh script with correct URL and it should update it

./router_setup.sh https://webui.example.com wan

@dinjojo
Copy link
Author

dinjojo commented Feb 1, 2025

This webui.example is the router ip right http://192.168.1.1 ?

@LoV432
Copy link
Owner

LoV432 commented Feb 1, 2025

no the webui is the url of your openwrtstats docker container. eg: http://192.168.1.151:3000

@dinjojo
Copy link
Author

dinjojo commented Feb 1, 2025

Thanks i see it now after changing the ip but all are marked as unknown even after restarting dnsmasq

Image

@LoV432
Copy link
Owner

LoV432 commented Feb 1, 2025

Yah nothing much can be done about it. It uses whatever the router sends as the hostname. You can rename them manually by clicking the white circle icon.

@dinjojo
Copy link
Author

dinjojo commented Feb 1, 2025

Thanks for your help , i was thinking is there a way to capture traffic stats on how asus does at app level do you know whether this is possible ?

https://demoui.asus.com/TrafficAnalyzer_Statistic.asp

@LoV432
Copy link
Owner

LoV432 commented Feb 1, 2025

For something like this you need to search the term netflow and netflow visualizer

Openwrt has a package called softflowd which can be used to export the netflow and then you can use stuff like below to visualize the data. Just a heads-up tho, they are often an absolute piece of shit to setup but once you have them setup correctly they are very powerful.

https://www.ntop.org/products/traffic-analysis/ntop/
https://www.elastiflow.com/
https://docs.elastiflow.com/docs/guides/device_flow_openwrt_softflowd
https://github.com/akvorado/akvorado

@dinjojo
Copy link
Author

dinjojo commented Feb 2, 2025

Thanks Ill play around with it chatgpt to help me out

The elastiflow setup needs to be on a seperate device or on router itself

@LoV432
Copy link
Owner

LoV432 commented Feb 2, 2025

Separate

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

2 participants