mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #390] Feature request for self-hosting: add option to easily add/remove domains #864
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#864
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zcyph on GitHub (Nov 30, 2022).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/390
Currently the instructions to self-host AnonAddy entail adding domains to
/etc/postfix/mysql-virtual-alias-domains-and-subdomains.cfand manually adding a bunch of things to the database (ie, viasudo mysql -u root -p) which is all well and good for an initial setup that doesn't need to be later tinkered with.I'm talking about adding or removing the domains that would be available to all users; not the existing functionality where individual users can add custom domains to their specific account. Either having some functionality built into the UI for this or having the functionality available through an API to safely make such changes would be greatly appreciated.