Seeder düzenlemesi

This commit is contained in:
Sedat Öztürk 2025-12-22 21:36:48 +03:00
parent a1333ec647
commit ce8bb4c55f
2 changed files with 5 additions and 2 deletions

View file

@ -9586,7 +9586,7 @@
{ {
"resourceName": "Platform", "resourceName": "Platform",
"key": "App.SupplyChain.PurchaseOrder", "key": "App.SupplyChain.PurchaseOrder",
"tr": "Siparişler", "tr": "Satınalma Siparişleri",
"en": "Purchase Orders" "en": "Purchase Orders"
}, },
{ {
@ -10180,7 +10180,7 @@
{ {
"resourceName": "Platform", "resourceName": "Platform",
"key": "App.Mrp.Workload", "key": "App.Mrp.Workload",
"tr": "Workload", "tr": "İş Yükü",
"en": "Workload" "en": "Workload"
}, },
{ {

View file

@ -51,6 +51,9 @@
- cd sozsoft.com/ - cd sozsoft.com/
- sudo chmod 775 * - sudo chmod 775 *
- dig TXT _acme-challenge.sozsoft.com +short komut ile test edebilir. Dns ler oturmuşmu kontrol edilebilir.
- sudo resolvectl flush-caches komutu ile cahce temizlenebilir.
## Subdomainler için Otomatik Sertifika alma ## Subdomainler için Otomatik Sertifika alma
- /configs/deployment/scripts/7-setup_ssl.sh içerisinde subdomainlerin otomatik ssl sertifikası oluşturulmaktadır. - /configs/deployment/scripts/7-setup_ssl.sh içerisinde subdomainlerin otomatik ssl sertifikası oluşturulmaktadır.