mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-02-18 16:36:27 +00:00
Update License
This commit is contained in:
@@ -730,23 +730,6 @@ entities:
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
This project is licensed under the **Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0)**.
|
|
||||||
|
|
||||||
You are free to:
|
|
||||||
- Share — copy and redistribute the material in any medium or format
|
|
||||||
- Adapt — remix, transform, and build upon the material
|
|
||||||
|
|
||||||
Under the following terms:
|
|
||||||
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made
|
|
||||||
- NonCommercial — You may not use the material for commercial purposes
|
|
||||||
|
|
||||||
For more details, see the [full license](https://creativecommons.org/licenses/by-nc/4.0/).
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
61
LICENSE
61
LICENSE
@@ -1,34 +1,37 @@
|
|||||||
ProxMenux An Interactive Menu for Proxmox VE Management
|
ProxMenux - An Interactive Menu for Proxmox VE Management
|
||||||
Copyright (c) 2025 MacRimi
|
Copyright (c) 2025 MacRimi
|
||||||
|
|
||||||
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License.
|
======================================================================
|
||||||
See the full license terms below.
|
LICENSE: GNU General Public License v3.0 (GPL-3.0)
|
||||||
|
======================================================================
|
||||||
|
|
||||||
|
ProxMenux is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
Under this license:
|
||||||
|
1. Attribution: You must give appropriate credit to the original author (MacRimi).
|
||||||
|
2. Copyleft: If you remix, transform, or build upon ProxMenux, you must
|
||||||
|
distribute your contributions under the same GPL-3.0 license.
|
||||||
|
3. Source Code: Anyone distributing a modified version must make the
|
||||||
|
source code available.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
|
DISCLAIMER:
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
This is a human-readable summary of (and not a substitute for) the license.
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
You may obtain a copy of the full license at:
|
FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
|
||||||
https://creativecommons.org/licenses/by-nc/4.0/
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING
|
||||||
|
FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
You are free to:
|
DEALINGS IN THE SOFTWARE.
|
||||||
- Share — copy and redistribute the material in any medium or format.
|
|
||||||
- Adapt — remix, transform, and build upon the material.
|
|
||||||
|
|
||||||
Under the following terms:
|
|
||||||
- Attribution — You must give appropriate credit, provide a link to the license,
|
|
||||||
and indicate if changes were made.
|
|
||||||
- NonCommercial — You may not use the material for commercial purposes.
|
|
||||||
|
|
||||||
No additional restrictions — You may not apply legal terms or technological
|
|
||||||
measures that legally restrict others from doing anything the license permits.
|
|
||||||
|
|
||||||
Disclaimer:
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
|
||||||
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
|
||||||
PURPOSE, AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
||||||
LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
||||||
TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
||||||
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
# Contributors : cod378
|
# Contributors : cod378
|
||||||
# Subproject : ProxMenux Monitor (System Health & Web Dashboard)
|
# Subproject : ProxMenux Monitor (System Health & Web Dashboard)
|
||||||
# Copyright : (c) 2024-2025 MacRimi
|
# Copyright : (c) 2024-2025 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.4
|
# Version : 1.4
|
||||||
# Last Updated : 12/11/2025
|
# Last Updated : 12/11/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
2
menu
2
menu
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.1
|
# Version : 1.1
|
||||||
# Last Updated: 04/07/2025
|
# Last Updated: 04/07/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 06/07/2025
|
# Last Updated: 06/07/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.1
|
# Version : 1.1
|
||||||
# Last Updated: 17/08/2025
|
# Last Updated: 17/08/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 28/01/2025
|
# Last Updated: 28/01/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 28/01/2025
|
# Last Updated: 28/01/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 2.0
|
# Version : 2.0
|
||||||
# Last Updated: 07/01/2025
|
# Last Updated: 07/01/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 28/01/2025
|
# Last Updated: 28/01/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.1
|
# Version : 1.1
|
||||||
# Last Updated: 29/05/2025
|
# Last Updated: 29/05/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Revision : @Blaspt (USB passthrough via udev rule with persistent /dev/coral)
|
# Revision : @Blaspt (USB passthrough via udev rule with persistent /dev/coral)
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.1
|
# Version : 1.1
|
||||||
# Last Updated: 16/05/2025
|
# Last Updated: 16/05/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 28/01/2025
|
# Last Updated: 28/01/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 19/08/2025
|
# Last Updated: 19/08/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.1
|
# Version : 1.1
|
||||||
# Last Updated: 19/08/2025
|
# Last Updated: 19/08/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 2.0
|
# Version : 2.0
|
||||||
# Last Updated: 19/08/2025
|
# Last Updated: 19/08/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# Contributors : cod378
|
# Contributors : cod378
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.1
|
# Version : 1.1
|
||||||
# Last Updated: 04/07/2025
|
# Last Updated: 04/07/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 07/05/2025
|
# Last Updated: 07/05/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 28/01/2025
|
# Last Updated: 28/01/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 19/08/2025
|
# Last Updated: 19/08/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 2.0
|
# Version : 2.0
|
||||||
# Last Updated: 04/04/2025
|
# Last Updated: 04/04/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 2.0
|
# Version : 2.0
|
||||||
# Last Updated: 04/04/2025
|
# Last Updated: 04/04/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.2
|
# Version : 1.2
|
||||||
# Last Updated: 14/11/2025
|
# Last Updated: 14/11/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.2
|
# Version : 1.2
|
||||||
# Last Updated: 06/07/2025
|
# Last Updated: 06/07/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.1
|
# Version : 1.1
|
||||||
# Last Updated: 08/07/2025
|
# Last Updated: 08/07/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 28/01/2025
|
# Last Updated: 28/01/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.1
|
# Version : 1.1
|
||||||
# Last Updated: 15/04/2025
|
# Last Updated: 15/04/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 02/07/2025
|
# Last Updated: 02/07/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 06/07/2025
|
# Last Updated: 06/07/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.3
|
# Version : 1.3
|
||||||
# Last Updated: 30/06/2025
|
# Last Updated: 30/06/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 06/07/2025
|
# Last Updated: 06/07/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 28/01/2025
|
# Last Updated: 28/01/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.5
|
# Version : 1.5
|
||||||
# Last Updated: 04/08/2025
|
# Last Updated: 04/08/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 28/01/2025
|
# Last Updated: 28/01/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.2
|
# Version : 1.2
|
||||||
# Last Updated: 30/07/2025
|
# Last Updated: 30/07/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 28/01/2025
|
# Last Updated: 28/01/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.1
|
# Version : 1.1
|
||||||
# Last Updated: 29/05/2025
|
# Last Updated: 29/05/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 08/04/2025
|
# Last Updated: 08/04/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 28/01/2025
|
# Last Updated: 28/01/2025
|
||||||
# Description : Allows unmounting a previously mounted disk
|
# Description : Allows unmounting a previously mounted disk
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 07/05/2025
|
# Last Updated: 07/05/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.1
|
# Version : 1.1
|
||||||
# Last Updated: 04/06/2025
|
# Last Updated: 04/06/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 28/01/2025
|
# Last Updated: 28/01/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 13/03/2025
|
# Last Updated: 13/03/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 13/03/2025
|
# Last Updated: 13/03/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 13/08/2025
|
# Last Updated: 13/08/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 04/07/2025
|
# Last Updated: 04/07/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 14/08/2025
|
# Last Updated: 14/08/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.1
|
# Version : 1.1
|
||||||
# Last Updated: 30/07/2025
|
# Last Updated: 30/07/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 14/08/2025
|
# Last Updated: 14/08/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 30/06/2025
|
# Last Updated: 30/06/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 28/01/2025
|
# Last Updated: 28/01/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 07/05/2025
|
# Last Updated: 07/05/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 07/05/2025
|
# Last Updated: 07/05/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 07/05/2025
|
# Last Updated: 07/05/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 07/05/2025
|
# Last Updated: 07/05/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 07/05/2025
|
# Last Updated: 07/05/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 13/03/2025
|
# Last Updated: 13/03/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 13/03/2025
|
# Last Updated: 13/03/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 07/05/2025
|
# Last Updated: 07/05/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 07/05/2025
|
# Last Updated: 07/05/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 07/05/2025
|
# Last Updated: 07/05/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 07/05/2025
|
# Last Updated: 07/05/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Author : MacRimi
|
# Author : MacRimi
|
||||||
# Copyright : (c) 2024 MacRimi
|
# Copyright : (c) 2024 MacRimi
|
||||||
# License : (CC BY-NC 4.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
# License : (GPL-3.0) (https://github.com/MacRimi/ProxMenux/blob/main/LICENSE)
|
||||||
# Version : 1.0
|
# Version : 1.0
|
||||||
# Last Updated: 21/08/2025
|
# Last Updated: 21/08/2025
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user