[PR #783] Add infinite bandwith option #1177

Open
opened 2026-03-14 11:50:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anonaddy/anonaddy/pull/783
Author: @FDHoho007
Created: 10/23/2025
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • f436865 Add infinite bandwith option

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 app/Models/User.php (+3 -3)
📝 resources/js/Pages/Dashboard/Index.vue (+2 -2)

📄 Description

I want to host anonaddy by myself for myself and only a few selected others. I trust them all and therefore do not need a bandwidth limitation. This pull request implements the option to set the ANONADDY_BANDWIDTH_LIMIT environment variable to -1 to disable the bandwidth limit.
This will:

  • Always reply with no when asked whether a user has reached the bandwidth limit or is close to it
  • Replace the bandwidth limitation in the dashboard view with an infinite sign and always keep the bar as small as possible

Since I just started getting familiar with anonaddy I might have missed some important integrations. If so feel free to hint them to me.


🔄 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/anonaddy/anonaddy/pull/783 **Author:** [@FDHoho007](https://github.com/FDHoho007) **Created:** 10/23/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`f436865`](https://github.com/anonaddy/anonaddy/commit/f436865ce5b1c8a2bff9097888edb507a03b5781) Add infinite bandwith option ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `app/Models/User.php` (+3 -3) 📝 `resources/js/Pages/Dashboard/Index.vue` (+2 -2) </details> ### 📄 Description I want to host anonaddy by myself for myself and only a few selected others. I trust them all and therefore do not need a bandwidth limitation. This pull request implements the option to set the ANONADDY_BANDWIDTH_LIMIT environment variable to -1 to disable the bandwidth limit. This will: * Always reply with no when asked whether a user has reached the bandwidth limit or is close to it * Replace the bandwidth limitation in the dashboard view with an infinite sign and always keep the bar as small as possible Since I just started getting familiar with anonaddy I might have missed some important integrations. If so feel free to hint them to me. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
bug
pull-request
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/anonaddy#1177
No description provided.