feat(api-server): Add HTTPS support and custom certificate configuration #3874
No reviewers
Labels
No labels
awaiting-reply
breaking changes
bug
cannot-reproduce
dependencies
documentation
duplicate
electron-issue
enhancement
fix-available
good first issue
help wanted
invalid
javascript
need more information
need rebase
official-youtube-music-issue
plugin request
question
release
security
stale
Status: blocked
typo
wontfix
ytmd-issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: YTMD/youtube-music#3874
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "mohanad-80/https-api-server"
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?
Description:
This PR adds HTTPS support to the API server plugin, allowing users to enable HTTPS and provide custom certificate and private key files for secure API access.
Key changes:
useHttps
,certPath
, andkeyPath
fields to the API server config.Why:
This enables secure remote control and API access over HTTPS, addressing feature request #3647.
Testing:
closes #3647
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.