This is an automated archive.

The original was posted on /r/selfhosted by /u/Nightslashs on 2023-08-07 19:45:34+00:00.


I have a ton of folders of assets from unreal engine which I want to archive for myself for future usage. Each folder has a json file with all the info about the pack, the files associated with the pack (png, exr, etc…). What would be nice is to have a software which will server the folder maybe as a zip with the tags and titles searchable. It would be cool to be able to show a preview image for the pack as well for visual scanning. I realize that this is already possible with the asset store and whatnot but Id like to have a self hosted way of storing these.

{

"pack": {

"_id": "packid",

"name": "packname"

},

...

"tags": [

"brown",

"exterior",

"outdoor",

"coastline",

"rural",

"sand",

"ripples",

"dry",

"rough",

"grainy",

"fine",

"rippled",

"wind-swept"

],

...

}