mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-09 13:03:10 +00:00
- Backend: Rust/Axum with PostgreSQL, plugin architecture - Frontend: Astro with polished UI - Voting methods: Approval, Ranked Choice, Schulze, STAR, Quadratic - Features: Liquid delegation, transparent moderation, structured deliberation - Documentation: User and admin guides in /docs - Deployment: Docker/Podman compose files for production and demo - Demo: Seeded data with 3 communities, 13 users, 7 proposals License: AGPLv3
32 lines
645 B
JSON
32 lines
645 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT plugin_name, is_enabled, config FROM instance_plugins ORDER BY plugin_name",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "plugin_name",
|
|
"type_info": "Varchar"
|
|
},
|
|
{
|
|
"ordinal": 1,
|
|
"name": "is_enabled",
|
|
"type_info": "Bool"
|
|
},
|
|
{
|
|
"ordinal": 2,
|
|
"name": "config",
|
|
"type_info": "Jsonb"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
true
|
|
]
|
|
},
|
|
"hash": "21412c1fff5f48e1ca0a5a67c49180efba50cdbc247a467474296f00a4f1f0f2"
|
|
}
|