Have something to say?

Tell Ultra.cc how they could make the service more useful to you.

All posts are moderated, so please don't double-post if it takes a while for your post to appear. Check if your application request already exists, and if it does, you can place a vote instead.

Shelfarr: An alternative to Lazy Librarian

I’m a fan of both audiobooks and ebooks. Having calibre and audiobookshelf hosted is great. I initially added Lazy Librarian too, but had too many problems using it. So quirky and unintuitive. I recently saw a (self hosted) implementation of Shelfarr at a friend place. So much nicer. It automates downloads of both audiobooks and ebooks and is also a request system like Seer. Looks like a great all-in-one tool for everything related to books. Works with Audiobookshelf and Prowlarr nicely, so it would fit nicely with the current Ultra stack relating to books. https://shelfarr.org/ This one looked the best of the current contenders in this space to me. At this point though, I’d take any of the other contenders over LL!

An Anonymous User about 16 hours ago

πŸ’‘

Feature Request

Add a UCP option to disable the qBittorrent public torrent script

Description: I recently received excellent support from the Ultra.cc team regarding an issue with qBittorrent. The root cause was the public torrent script (pubscript), which was incorrectly identifying torrents from the French private tracker C411 as public torrents because it could not correctly process the tracker messages. As a result: completed torrents were automatically paused; a per-torrent upload limit of 488 KiB/s was applied; newly uploaded torrents were not always seen as seeded by the tracker. The support team explained the issue and the solution was simply: app-qbittorrent restart --remove-pubscript After running this command, all issues disappeared. Suggestion It would be much easier if users could simply enable or disable the public torrent script from the UCP (or qBittorrent management page) instead of having to connect through SSH. Alternatively, the script could automatically ignore known private trackers or correctly handle tracker messages in languages other than English. This would greatly improve the experience for users who are not familiar with Linux or SSH, while still keeping the current behaviour available for users who actually need the public torrent protection. Thank you again for the excellent support and for quickly identifying the root cause.

An Anonymous User 10 days ago

πŸ’‘

Feature Request

Completed

Broken Documentation Link for WireGuard App Card (404)

The list item for wireguards docs-button directs users to a 404 page: https://docs.ultra.cc/applications/wireguard-%28vpn%29 instead of the valid documentation page: https://docs.ultra.cc/applications/wireguard ## Steps reproduce: Go to the control panel as a signed in user. Open either β€œApps” or β€œInstallersβ€œ tab for a service, depending on if wireguard is installed. Find the row for wireguard in the table and click docs button. Note: Bug might not be present in dev environment since local file paths can include β€œ( )β€œ but those characters are replaced when url-encoded. ## Cause (I think): Front end js helper function hardcodes a custom slug for a few docs-urls: function modifyDocsName(appName) { // ... } else if (appName === 'WireGuard') { return 'wireguard-%28vpn%29'; } //... } Used here: Docs

An Anonymous User 22 days ago

1
πŸ›

Bug Reports