acetlSignin
Version, currently main branch1 version
- main branchlatestApr 11, 2024
github.com/blueshirt-dev/acsl-signin-server
No description declared in shard.yml.
Installation
# Add this to your shard.yml
dependencies:
acetlSignin:
github: blueshirt-dev/acsl-signin-server
branch: mainmain is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
- no constraint declared
Dependencies
Runtime Dependencies
README
File for collecting useful cli commands relative to the project. There's a lot more now that Docker is getting involved.
Commands for first time setup.
Install Crystal lang with your appropriate installer. https://crystal-lang.org/install/on_debian/
Maybe missing commands but close enough.
curl -fsSL https://crystal-lang.org/install.sh | sudo bash
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get install -y sqlite3 libsqlite3-dev
git clone https://github.com/blueshirt-dev/acsl-signin-server.git
cd acsl-signin-server
shards install
crystal run SigninServer.cr
If you want the server to run in on it's own in a terminal that can be closed without issue
nohup crystal run SigninServer.cr&
Then run the weekly report once a week with cron. Make sure the relevant, to, from, and smtp config changes are made.
cd /absolute/path/to/acsl-signin-server/;crystal run emailWeeklyReport.cr
As I don't currently feel like going through all the steps to make Docker rootless on linux all the Docker commands require sudo.
The commands below build the relevant containers and then run them. Mount points are setup so the containers can share the same DB connection.
sudo docker build -f server.dockerfile -t acsl-signin-server .
sudo docker build -f report.dockerfile -t acsl-weekly-report .
sudo docker run --detach --publish 3000:3000 --mount source=signin,target=/app/data acsl-signin-server
sudo docker run --detach --mount source=signin,target=/app/data acsl-weekly-report
To create the tar for portainer
tar -cvf acsl-signin-server.tar *
With the compose file instead of the four docker commands above, the command below can be run.
sudo docker compose up --build
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
- Apr 11, 2024
- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/blueshirt-dev/acsl-signin-server
Metadata
- Created
- Aug 12, 2026
- Updated
- Sep 22, 2026
- Synced
- Sep 22, 2026
- Versions
- 1