-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3954b5c
commit 3ece507
Showing
10 changed files
with
42 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: rename app | ||
about: rename app | ||
title: 'rename app from [old_app] to [new_app]' | ||
labels: 'update,S-research' | ||
assignees: '' | ||
--- | ||
|
||
**Research and development steps your need to do** | ||
|
||
- [ ] docker-library update | ||
- [ ] contentful update | ||
- [ ] docs update | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "onyx", | ||
"trademark": "Onyx", | ||
"release": false, | ||
"fork_url": "https://github.com/onyx-dot-app/onyx/blob/main/deployment/docker_compose", | ||
"version_from": "https://hub.docker.com/r/onyxdotapp/onyx-backend/tags", | ||
"edition": [ | ||
{ | ||
"dist": "community", | ||
"version": [ | ||
"latest" | ||
] | ||
} | ||
], | ||
"requirements": { | ||
"cpu": "4", | ||
"memory": "10", | ||
"disk": "50", | ||
"url": "https://www.onyx.app/" | ||
} | ||
} |