2026-05-01 19:59:00 +01:00
2026-05-01 19:59:00 +01:00
2026-03-31 23:20:50 +01:00

myriad

flask app for plural systems to publicly share member lists. the software is in basically a usable state right now, just be sure to keep regular backups. documentation is fairly limited but we're working on that. drop an email to myriad [at] cubes [dot] link if you wanna contact us about this project :)

logged in users are presumed to all be admins with distinction only between being logged in and not

in the blog view, member privacy outweighs individual post privacy. if a private member makes a public post, it will not show up in the public feed. however, if that member switches to public, their public posts will all become publicly viewable (but private posts will remain private).

the blinkies and stamps stuff is literally just because i want an easy way to upload them when i find them. and im the dev so i get to decide mwa ha ha

make sure blinkies are actually blinkie-sized, and stamps are likewise stamp-sized. too much variation in size will make the layout weird. there's not validation because its designed just to make uploading the images not require ftp + manual code as i had been doing before.

A note on data export/import

there are currently various ways to export and import data for use within myriad. individual member exports and imports deal only with the fields (though icons, stamps, and blinkies can be exported to a zip folder). they're designed to be used with an active database for whatever purpose the user requires.

the other option is to export the entire system to json or zip file. importing an entire system is best used on a completely empty database, as it deals with inserting id fields. a full system import is useful for when an update is released that requires the database to be re-initialised, you can quickly restore information and images you had before.

both are a little janky as they've just been implemented rather quickly to cover the base requirement of being able to migrate the database in some form. don't rely on them, be sure to keep your own backups.

individual member import via zip folder is not currently possible

Development set up (Windows)

Dev instructions are here

Deployment

Deployment instructions are here

Usage

  • The software here is free to use, and there's no requirement to link back
  • Edit the styles and functionality to suit your needs. I'm sure some of you out there are far better with CSS than us

Preview

Check out our own personal instance

Description
flask app for plural systems to publicly share member lists
Readme 829 KiB
Languages
Python 48.4%
HTML 37.5%
CSS 14.1%