donaldzou / WGDashboard

Simple dashboard for WireGuard VPN written in Python & Vue.js
https://donaldzou.github.io/WGDashboard-Documentation/
Apache License 2.0
1.58k stars 236 forks source link

Show .conf without downloading #453

Open aleminkirali opened 1 day ago

aleminkirali commented 1 day ago

Currently, the only way to view the configuration is by downloading the .conf file and opening it in a text editor. While this is manageable on a desktop, it becomes cumbersome on an iOS device.

I primarily use my mobile device to share these configurations with other users. Many of them rely on hotspot Wi-Fi devices where uploading .conf files or scanning QR codes isn't an option. To streamline the process, I often need to copy and paste the configuration directly and send it via chat or email from my mobile device.

This means I need to download all the .conf files on my iOS device and share them over email. However, the recipients still have to open each file one by one in a text editor and paste the content into the router's web configuration.

If I could view and copy the .conf files directly on my mobile device, I would save significant time and effort. It would make my workflow much smoother. As you may know, iOS file management is far from user-friendly, so any improvement in this area would be a huge help.

donaldzou commented 18 hours ago

Yes this can be done easily. Will implement into this upcoming release :)

aleminkirali commented 14 hours ago

Thank you so much. Would save me alot of time.