mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 23:38:13 +02:00
Huge role refactoring/cleanup. Other commits will propably follow. Because some bugs will exist. Still important for longrun and also for auto docs/help/slideshow generation
This commit is contained in:
15
roles/web-app-openproject/Development.md
Normal file
15
roles/web-app-openproject/Development.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Development Notes
|
||||
|
||||
## Get Settings
|
||||
|
||||
## LDAP
|
||||
|
||||
```bash
|
||||
docker compose exec web bash -c 'cd /app && RAILS_ENV=production bundle exec rails runner "puts Setting.all.select { |s| s.name.start_with?(\"ldap\") }.map { |s| \"#{s.name} = #{s.value}\" }"'
|
||||
```
|
||||
|
||||
### All
|
||||
|
||||
```bash
|
||||
docker compose exec web bash -c 'cd /app && RAILS_ENV=production bundle exec rails runner "Setting.all.each { |s| puts \"#{s.name} = #{s.value}\" }"'
|
||||
```
|
Reference in New Issue
Block a user