No description
Find a file
whysthatso b60b4d14e9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
bugfix overwriting existing description, bugfix make floats possible
2025-08-20 08:55:34 +03:00
app bugfix overwriting existing description, bugfix make floats possible 2025-08-20 08:55:34 +03:00
bin add missing locales, fix bin/dev 2025-02-17 15:30:55 +02:00
config fix aws sdk integration and cors locations, add env credentials 2025-03-05 14:53:29 +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