[PR #846] [MERGED] .env.example added to cypht #1090

Closed
opened 2026-02-25 21:37:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/846
Author: @Shadow243
Created: 12/21/2023
Status: Merged
Merged: 1/5/2024
Merged by: @josaphatim

Base: masterHead: env-exemple


📝 Commits (2)

  • e39b60a .env.exemple added to cypth
  • d06852a get_ini function removed from cypht

📊 Changes

20 files changed (+118 additions, -1062 deletions)

View changed files

📝 .env.example (+3 -0)
📝 .gitignore (+1 -2)
📝 INSTALL (+23 -25)
📝 config/app.php (+3 -3)
config/github.php (+24 -0)
📝 config/oauth2.php (+3 -40)
config/recaptcha.php (+24 -0)
config/wordpress.php (+23 -0)
hm3.sample.ini (+0 -897)
📝 index.php (+1 -0)
📝 lib/environment.php (+3 -3)
📝 modules/carddav_contacts/README.md (+1 -1)
📝 modules/carddav_contacts/modules.php (+1 -1)
📝 modules/core/functions.php (+0 -22)
📝 modules/ldap_contacts/README.md (+1 -1)
📝 modules/nux/modules.php (+5 -5)
📝 modules/recaptcha/modules.php (+1 -1)
📝 modules/wordpress/modules.php (+1 -1)
📝 scripts/config_gen.php (+0 -32)
📝 tests/phpunit/modules/core/functions.php (+0 -28)

📄 Description

.ENV example added

As requested by @josaphatim https://github.com/cypht-org/cypht/pull/823#issuecomment-1851508160, I added .env.example.

I also renamed .env.dist to .env and separated services.php to oauth2.php, github.php, and wordpress.php to have good references in the install.html file from the crypt-website repository.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/846 **Author:** [@Shadow243](https://github.com/Shadow243) **Created:** 12/21/2023 **Status:** ✅ Merged **Merged:** 1/5/2024 **Merged by:** [@josaphatim](https://github.com/josaphatim) **Base:** `master` ← **Head:** `env-exemple` --- ### 📝 Commits (2) - [`e39b60a`](https://github.com/cypht-org/cypht/commit/e39b60a4c9daff5417bee2039df0d3bf2706cfaa) .env.exemple added to cypth - [`d06852a`](https://github.com/cypht-org/cypht/commit/d06852a1c7f4e30aa8f139590dc26a6220b6facb) get_ini function removed from cypht ### 📊 Changes **20 files changed** (+118 additions, -1062 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+3 -0) 📝 `.gitignore` (+1 -2) 📝 `INSTALL` (+23 -25) 📝 `config/app.php` (+3 -3) ➕ `config/github.php` (+24 -0) 📝 `config/oauth2.php` (+3 -40) ➕ `config/recaptcha.php` (+24 -0) ➕ `config/wordpress.php` (+23 -0) ➖ `hm3.sample.ini` (+0 -897) 📝 `index.php` (+1 -0) 📝 `lib/environment.php` (+3 -3) 📝 `modules/carddav_contacts/README.md` (+1 -1) 📝 `modules/carddav_contacts/modules.php` (+1 -1) 📝 `modules/core/functions.php` (+0 -22) 📝 `modules/ldap_contacts/README.md` (+1 -1) 📝 `modules/nux/modules.php` (+5 -5) 📝 `modules/recaptcha/modules.php` (+1 -1) 📝 `modules/wordpress/modules.php` (+1 -1) 📝 `scripts/config_gen.php` (+0 -32) 📝 `tests/phpunit/modules/core/functions.php` (+0 -28) </details> ### 📄 Description ## .ENV example added <!-- Describe the Pullrequest. --> As requested by @josaphatim [https://github.com/cypht-org/cypht/pull/823#issuecomment-1851508160](https://github.com/cypht-org/cypht/pull/823#issuecomment-1851508160), I added .env.example. I also renamed .env.dist to .env and separated services.php to oauth2.php, github.php, and wordpress.php to have good references in the install.html file from the crypt-website repository. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1090
No description provided.