TugOfVote
Version, currently main branch1 version
- main branchlatestMay 30, 2021
github.com/deingithub/tug-of-vote
Tug of Vote, a poll service
Installation
# Add this to your shard.yml
dependencies:
TugOfVote:
github: deingithub/tug-of-vote
branch: mainmain is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
1.0.0- License
- MIT
- Author
- deing
- Target
TugOfVotefrom src/TugOfVote.cr
Dependencies
Runtime Dependencies
README
Tug of Vote
The Swiss Army Knife of collaboration tools good enough for the job. To install, you need The Nix Package Manager.
Self-hosting Quickstart
# clone the repository and go to the folder
git clone https://github.com/deingithub/tug-of-vote
cd tug-of-vote
# prepare database
nix-shell --run "sqlite3 tov.db '.read schema.sql'"
# adjust configuration, save as '.env'
$EDITOR example.env
# build ToV
nix build
# run it - this path will stay the same every time you pull in and install
# a new version and can be used with e.g. systemd to run ToV as a service
./result/bin/TugOfVote
Contributing
- Fork it (https://github.com/deingithub/tug-of-vote/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- deing - creator and maintainer
Copyright 2021 Cassidy Dingenskirchen
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
main- Seen
- May 30, 2021
- Crystal
1.0.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/deingithub/tug-of-vote
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 1