A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: minor tweaks facets

+2 -2
+1 -1
src/facets/connect/opensubsonic/index.inline.js
··· 51 51 `, 52 52 53 53 formFields: html` 54 - <label>Host <input id="oss-host" placeholder="music.example.com" required></label> 54 + <label>Host* <input id="oss-host" placeholder="music.example.com" required></label> 55 55 <label>Use HTTPS / TLS? 56 56 <select id="oss-tls"> 57 57 <option value="true" selected>Yes</option>
+1 -1
src/styles/diffuse/facet.css
··· 204 204 color: var(--text-color); 205 205 left: 50%; 206 206 max-height: 85dvh; 207 - max-width: min(400px, calc(100vw - 2rem)); 207 + max-width: min(var(--container-md), calc(100vw - var(--space-md))); 208 208 overflow: hidden; 209 209 padding: 0; 210 210 position: fixed;