{"id":28975175,"url":"https://github.com/pr0m3th3an/voxvera","last_synced_at":"2026-04-01T19:05:34.775Z","repository":{"id":299929352,"uuid":"1003933555","full_name":"PR0M3TH3AN/VoxVera","owner":"PR0M3TH3AN","description":"Break free from censorship online and IRL.","archived":false,"fork":false,"pushed_at":"2026-03-15T02:50:26.000Z","size":377687,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-15T06:26:41.011Z","etag":null,"topics":["freespeech","static-site"],"latest_commit_sha":null,"homepage":"https://voxvera.org","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PR0M3TH3AN.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/roadmap-v0.2.0.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-06-17T21:33:43.000Z","updated_at":"2026-03-15T02:50:30.000Z","dependencies_parsed_at":"2025-06-19T02:39:02.149Z","dependency_job_id":"19bedf40-76b2-4d39-9c96-e2266c6a45f7","html_url":"https://github.com/PR0M3TH3AN/VoxVera","commit_stats":null,"previous_names":["pr0m3th3an/voxvera"],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/PR0M3TH3AN/VoxVera","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PR0M3TH3AN%2FVoxVera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PR0M3TH3AN%2FVoxVera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PR0M3TH3AN%2FVoxVera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PR0M3TH3AN%2FVoxVera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PR0M3TH3AN","download_url":"https://codeload.github.com/PR0M3TH3AN/VoxVera/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PR0M3TH3AN%2FVoxVera/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["freespeech","static-site"],"created_at":"2025-06-24T12:30:40.169Z","updated_at":"2026-04-01T19:05:34.750Z","avatar_url":"https://github.com/PR0M3TH3AN.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VoxVera Flyers\n\nGenerate printable flyers with QR codes linking to Tor (.onion) or HTTPS sites, plus optional Nostr sharing.\n\n---\n\n## 🚀 Key Features\n\n* **Interactive setup**: `voxvera init` prompts for metadata or extracts from a PDF form. When editing body text, a small Tkinter GUI window opens with existing content pre‑filled, falling back to the user's `$EDITOR` if the GUI isn't available.\n* **Template support**: `voxvera init --template \u003cname\u003e` copies built‑in templates (`blank`, `voxvera`).\n* **Build assets**: `voxvera build [--pdf \u003cpath\u003e] [--download \u003cfile.zip\u003e]` generates HTML, obfuscated JS/CSS, QR codes, and bundles PDFs.\n* **Batch import**: `voxvera import` processes all JSON configs in `imports/`.\n* **Onion hosting**: `voxvera serve` publishes via Tor/OnionShare and updates flyer links.\n* **All‑in‑one**: `voxvera quickstart` runs init, build, and serve in sequence.\n* **Dependency check**: `voxvera check` verifies presence of required tools.\n* **GUI**: Minimal Electron wrapper (`gui/electron`) for non‑CLI users.\n\n---\n\n## 📥 Quick Start (Debian \u0026 Ubuntu)\n\n### 1️⃣ Install VoxVera and all dependencies\n\n```bash\n# Download the installer\ncurl -fsSL https://raw.githubusercontent.com/PR0M3TH3AN/VoxVera/main/voxvera-install.sh -o voxvera-install.sh\nchmod +x voxvera-install.sh\n\n# Run the installer (requires sudo for apt packages)\n./voxvera-install.sh\n```\n\nThe script will:\n\n1. Update **apt** and install Tor, OnionShare, ImageMagick, Poppler, Node.js, and other CLI helpers.\n2. Fetch the latest VoxVera release and place it in `~/.local/bin` (creating the directory if needed).\n3. Create a minimal per‑user `torrc` under `~/.voxvera/` and (re)start the `tor` service.\n\nAfter the script finishes, open a new terminal or reload your shell to ensure `~/.local/bin` is on your **PATH**.\n\nIf you prefer a user-level install, run:\n\n```bash\npipx install 'voxvera@git+https://github.com/PR0M3TH3AN/VoxVera.git@main'\n```\n\n### 2️⃣ Run VoxVera (every session)\n\n```bash\n# First‑time only: make the wrapper executable\nchmod +x voxvera-run.sh\n\n# Start VoxVera\n./voxvera-run.sh\n```\n\n`voxvera-run.sh` checks that Tor is healthy, starts it if necessary, and then launches `voxvera quickstart`. Use it every time you work with VoxVera.\n\n---\n\n## 🏗️ Typical Workflow\n\n```bash\n# 1. Interactive metadata\nvoxvera init\n\n# 2. Build flyers\u000boxvera build --pdf form.pdf --download file.zip   # optional flags\n\n# 3. Host via Tor\nvoxvera serve\n```\n\nOr do all three steps in one shot:\n\n```bash\nvoxvera quickstart\n```\n\nRun `voxvera --help` for the full CLI reference.\n\n---\n\n## 🎮 GUI (optional)\n\nIf you prefer a point‑and‑click experience:\n\n```bash\ncd gui/electron\nnpm install\nnpm start\n```\n\nThe GUI internally calls the same CLI commands, so make sure the installer has run first.\n\n---\n\n## 📄 Documentation\n\nSee the `docs/` folder for additional guides:\n\n* `docs/usage.md` — CLI workflows\n* `docs/templates.md` — available flyer templates\n* `docs/troubleshooting.md` — common fixes\n\n---\n\n## 📜 License\n\nMIT © 2025 thePR0M3TH3AN\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpr0m3th3an%2Fvoxvera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpr0m3th3an%2Fvoxvera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpr0m3th3an%2Fvoxvera/lists"}