jordan-dalby / ByteStash

A code snippet storage solution written in React & node.js
GNU General Public License v3.0
390 stars 11 forks source link

[FEATURE] Public collections #99

Open vlavrynovych opened 2 days ago

vlavrynovych commented 2 days ago

Is your feature request related to a problem? Please describe. Extracted from https://github.com/jordan-dalby/ByteStash/issues/49#issuecomment-2480850372

The ideas is to have a collections and ability to share collection with page layout very similar to what admin user sees.

Describe the solution you'd like I can imagine it as a nice looking page where you can search (title, desc, category, code) + ability for admin to configure the look of it. The option where user (admin in this case) can select multiple snippets is prefered - like a custom list, but for simplicity the collection can be fully based on the categories.

This way I as a content creator will be able to share let's say all my verified docker compose YAML files, or Home Assistant scripts/automations.

Describe alternatives you've considered Only Read-only mode (see https://github.com/jordan-dalby/ByteStash/issues/49 and https://github.com/jordan-dalby/ByteStash/pull/92) can work for some instances as an alternative.