[PR #1] [MERGED] Testing #1

Closed
opened 2026-06-02 20:52:56 +08:00 by ivenator1 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Aero-Scan/AeroScan/pull/1
Author: @ivenator1
Created: 5/20/2025
Status: Merged
Merged: 5/20/2025
Merged by: @ivenator1

Base: mainHead: Testing


📝 Commits (10+)

📊 Changes

8 files changed (+705 additions, -388 deletions)

View changed files

.gitignore (+1 -0)
Docker/config/certs/.gitkeep (+0 -0)
Docker/config/prometheus_certs/.gitkeep (+0 -0)
📝 Docker/docker-compose.yml (+11 -2)
📝 Docker/prometheus.yml (+10 -4)
📝 Docker/registrar/api.py (+57 -18)
📝 pi/software/main.py (+516 -364)
setup_server.sh (+110 -0)

📄 Description

Testing to Main


🔄 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/Aero-Scan/AeroScan/pull/1 **Author:** [@ivenator1](https://github.com/ivenator1) **Created:** 5/20/2025 **Status:** ✅ Merged **Merged:** 5/20/2025 **Merged by:** [@ivenator1](https://github.com/ivenator1) **Base:** `main` ← **Head:** `Testing` --- ### 📝 Commits (10+) - [`47f8835`](https://github.com/Aero-Scan/AeroScan/commit/47f88354d90ddc10ab27a1aa63bcd649aad5a856) added file for ip/DNS name storage - [`e5dbcc5`](https://github.com/Aero-Scan/AeroScan/commit/e5dbcc5d5902d606a839f42b6cca1ba66798536c) changed registrar url process - [`c033f97`](https://github.com/Aero-Scan/AeroScan/commit/c033f974f75910dc1f32426c76f87558308649dd) Created script to setup certs - [`3b4895f`](https://github.com/Aero-Scan/AeroScan/commit/3b4895f8b67edbf5677c418273ff6f78129eb356) created .gitignore - [`ee4822e`](https://github.com/Aero-Scan/AeroScan/commit/ee4822efb4e24b901340eb9c4f4974a4adffbab9) added ssl cert - [`a363e40`](https://github.com/Aero-Scan/AeroScan/commit/a363e40c35f758a229021b66715a126ceace7a54) add cert files - [`7a44e62`](https://github.com/Aero-Scan/AeroScan/commit/7a44e622ce8d0eeab57d9684f4bd5cfcbb205758) add cert configs - [`cb3c010`](https://github.com/Aero-Scan/AeroScan/commit/cb3c0104cde9a900fbcac064a9d4ecaa4b3c2b4b) update to main.py - [`f384ed0`](https://github.com/Aero-Scan/AeroScan/commit/f384ed0a55351e46e5ba1dd23283d74346103d07) update to .gitignore - [`62faf02`](https://github.com/Aero-Scan/AeroScan/commit/62faf021c46c1e250314a23cf2fd2f8b77230037) removed unneeded directories ### 📊 Changes **8 files changed** (+705 additions, -388 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+1 -0) ➕ `Docker/config/certs/.gitkeep` (+0 -0) ➕ `Docker/config/prometheus_certs/.gitkeep` (+0 -0) 📝 `Docker/docker-compose.yml` (+11 -2) 📝 `Docker/prometheus.yml` (+10 -4) 📝 `Docker/registrar/api.py` (+57 -18) 📝 `pi/software/main.py` (+516 -364) ➕ `setup_server.sh` (+110 -0) </details> ### 📄 Description Testing to Main --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
ivenator1 2026-06-02 20:52:56 +08:00
Sign in to join this conversation.
No description provided.