No description
  • HTML 59%
  • Ruby 36.5%
  • JavaScript 2.4%
  • Dockerfile 1%
  • CSS 0.9%
  • Other 0.2%
Find a file
whysthatso 2204a6a95f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
bugfix
2026-03-12 13:06:49 +02:00
app bugfix 2026-03-12 13:06:49 +02:00
bin add missing locales, fix bin/dev 2025-02-17 15:30:55 +02:00
config fix date format 2026-03-12 13:06:38 +02:00
db clear out unused features, move test and dev db to postgres, cleanup 2025-02-05 15:19:16 +02:00
lib/tasks fix storage, update views, remove clutter, linting 2025-02-04 15:14:36 +02:00
log initial commit 2016-12-19 17:00:27 +02:00
public add missing pieces from old version 2025-02-05 00:25:51 +02:00
script rewrite to rails 8 2025-01-31 11:17:22 +02:00
storage rewrite to rails 8 2025-01-31 11:17:22 +02:00
test rewrite to rails 8 2025-01-31 11:17:22 +02:00
tmp rewrite to rails 8 2025-01-31 11:17:22 +02:00
vendor rewrite to rails 8 2025-01-31 11:17:22 +02:00
.dockerignore rewrite to rails 8 2025-01-31 11:17:22 +02:00
.gitattributes rewrite to rails 8 2025-01-31 11:17:22 +02:00
.gitignore fix aws sdk integration and cors locations, add env credentials 2025-03-05 14:53:29 +02:00
.node-version rewrite to rails 8 2025-01-31 11:17:22 +02:00
.ruby-version rewrite to rails 8 2025-01-31 11:17:22 +02:00
.standard.yml rewrite to rails 8 2025-01-31 11:17:22 +02:00
.woodpecker.yml change git user 2025-01-31 12:52:54 +02:00
config.ru rewrite to rails 8 2025-01-31 11:17:22 +02:00
Dockerfile rewrite to rails 8 2025-01-31 11:17:22 +02:00
Gemfile fix CORS rules for backblaze 2025-02-18 12:22:38 +02:00
Gemfile.lock fix CORS rules for backblaze 2025-02-18 12:22:38 +02:00
package-lock.json fix direct upload, remove n+1 problem 2025-02-05 15:19:45 +02:00
package.json fix direct upload, remove n+1 problem 2025-02-05 15:19:45 +02:00
Procfile.dev rewrite to rails 8 2025-01-31 11:17:22 +02:00
Rakefile rewrite to rails 8 2025-01-31 11:17:22 +02:00
README.md add missing pieces from old version 2025-02-05 00:25:51 +02:00
sketches.rb add missing pieces from old version 2025-02-05 00:25:51 +02:00
tailwind.config.js rewrite to rails 8 2025-01-31 11:17:22 +02:00
why-accounting.code-workspace add missing pieces from old version 2025-02-05 00:25:51 +02:00
why_logo_200.svg add missing pieces from old version 2025-02-05 00:25:51 +02:00
yarn.lock fix direct upload, remove n+1 problem 2025-02-05 15:19:45 +02:00

whyservices accounting and crm

build container

cd /opt/why-accounting docker build -f Dockerfile.prod -t why/accounting . or docker build -f Dockerfile.prod -t registry.whyservices.net:45000/accounting: docker push registry.whyservices.net:45000/accounting:

run container

docker run -d --name why-accounting -p 3000:3000 -e SECRET_KEY_BASE=bundle exec rake secret -v /opt/why-accounting:/app why/accounting