[PR #26] [CLOSED] No more profiles #258

Closed
opened 2026-03-04 01:35:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/26
Author: @lts-rad
Created: 5/24/2022
Status: Closed

Base: mainHead: no-more-profiles


📝 Commits (10+)

  • 8362c4e [ui] add log view & components
  • cc4b38a [ui] deleteHistory confirm and visibility
  • 384e099 [ui] wireguard icon
  • 886db47 [ui] better logs + loading... msg
  • 325200b [ui] wireguard icon
  • c3f9cb9 [ui] #spr
  • b10ce88 [ui] menu testing
  • 7c0f71d [ui] wireguard => vpn
  • 75e9e19 [ui] add error reporting
  • fb1afb0 [setup] add logging. NOTE: requires jq on the host system

📊 Changes

277 files changed (+16337 additions, -45515 deletions)

View changed files

📝 .github/workflows/docker-image.yml (+1 -1)
📝 api/code/api.go (+73 -78)
📝 api/code/auth.go (+219 -45)
📝 api/code/firewall.go (+223 -209)
📝 api/code/radios.go (+219 -0)
api/scripts/generate-certificate.sh (+48 -0)
📝 api/scripts/iw_list.py (+12 -5)
📝 api/scripts/startup.sh (+6 -0)
📝 base/scripts/nft_rules.sh (+22 -30)
📝 base/scripts/startup.sh (+7 -5)
📝 base/template_configs/base/api.json (+13 -2)
📝 base/template_configs/scripts/gen_hostapd.sh (+1 -0)
📝 build_docker_compose.sh (+4 -5)
📝 docker-compose-prebuilt.yml (+37 -35)
📝 docker-compose-src.yml (+51 -43)
docker-compose-virt.yml (+156 -0)
docker-compose-virtsrc.yml (+130 -0)
dyndns/Dockerfile (+25 -0)
dyndns/code/dyndns_plugin.go (+220 -0)
dyndns/code/go.mod (+5 -0)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spr-networks/super/pull/26 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 5/24/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `no-more-profiles` --- ### 📝 Commits (10+) - [`8362c4e`](https://github.com/spr-networks/super/commit/8362c4e121a2f67690f0e97b84ff6ca261eedd8a) [ui] add log view & components - [`cc4b38a`](https://github.com/spr-networks/super/commit/cc4b38ab2f668102e5cedf6fd620a889e6069f06) [ui] deleteHistory confirm and visibility - [`384e099`](https://github.com/spr-networks/super/commit/384e09958d8234f7ce7bdcc1d0bf91d4f33d018b) [ui] wireguard icon - [`886db47`](https://github.com/spr-networks/super/commit/886db47260139efd38d26b689565e6eb1b3bebfa) [ui] better logs + loading... msg - [`325200b`](https://github.com/spr-networks/super/commit/325200b3468a3a6c86c2737d532039e125264245) [ui] wireguard icon - [`c3f9cb9`](https://github.com/spr-networks/super/commit/c3f9cb9590937f70ff0f6d50c7869f20d7cbb6f2) [ui] #spr - [`b10ce88`](https://github.com/spr-networks/super/commit/b10ce88bd404402888dcba82be38d42bd7b4d690) [ui] menu testing - [`7c0f71d`](https://github.com/spr-networks/super/commit/7c0f71d69d4f4f203de182f0b56e5a1c55763aa5) [ui] wireguard => vpn - [`75e9e19`](https://github.com/spr-networks/super/commit/75e9e1995f967fb73db306ede413ccb0e80923d6) [ui] add error reporting - [`fb1afb0`](https://github.com/spr-networks/super/commit/fb1afb02a9358e61cd7f9d1f50653f1a63c2d6a5) [setup] add logging. NOTE: requires jq on the host system ### 📊 Changes **277 files changed** (+16337 additions, -45515 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-image.yml` (+1 -1) 📝 `api/code/api.go` (+73 -78) 📝 `api/code/auth.go` (+219 -45) 📝 `api/code/firewall.go` (+223 -209) 📝 `api/code/radios.go` (+219 -0) ➕ `api/scripts/generate-certificate.sh` (+48 -0) 📝 `api/scripts/iw_list.py` (+12 -5) 📝 `api/scripts/startup.sh` (+6 -0) 📝 `base/scripts/nft_rules.sh` (+22 -30) 📝 `base/scripts/startup.sh` (+7 -5) 📝 `base/template_configs/base/api.json` (+13 -2) 📝 `base/template_configs/scripts/gen_hostapd.sh` (+1 -0) 📝 `build_docker_compose.sh` (+4 -5) 📝 `docker-compose-prebuilt.yml` (+37 -35) 📝 `docker-compose-src.yml` (+51 -43) ➕ `docker-compose-virt.yml` (+156 -0) ➕ `docker-compose-virtsrc.yml` (+130 -0) ➕ `dyndns/Dockerfile` (+25 -0) ➕ `dyndns/code/dyndns_plugin.go` (+220 -0) ➕ `dyndns/code/go.mod` (+5 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:35:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#258
No description provided.