-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
85596f08cfb31393d548de76d33859b9517a383a
- Loading branch information
0 parents
commit 51c90f1
Showing
2,270 changed files
with
870,229 additions
and
0 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 @@ | ||
patreon: cyberpanel |
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,36 @@ | ||
--- | ||
name: Bug report | ||
about: Create a bug report to help us improve | ||
title: "[BUG]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
**Important** | ||
Do not create a new issue if there is already an issue similar(even if nearly) to yours already posted by someone. Just post an update of your issue in that old issue. At this moment CyberPanel only have few contributors. Please do not create any maintenance burden. | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. Please include as much information as possible in your issue report, such as the configuration of your server and any troubleshooting steps that you've already performed. | ||
|
||
**NOTE: Do not include any personal or sensitive information, such as email addresses or passwords.** | ||
|
||
**To Reproduce** | ||
What steps did you take when the issue occurred? | ||
1. Ex.: Click on the "Websites" tab. | ||
2. Ex.: Click on "Create Website". | ||
3. Ex.: Attempted to create a website and received an error. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Operating system:** | ||
Please enter your answer here (e.g. Ubuntu 20.04 LTS) | ||
|
||
**CyberPanel version:** | ||
Please enter your answer here (e.g. 2.1.1). | ||
|
||
**Additional context** | ||
If there is anything else that you'd like us to know about this issue that will help us diagnose and troubleshoot more effectively, such as links to forum posts or other discussions, please feel free to share here. |
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,34 @@ | ||
name: sync2gitee | ||
on: | ||
push: | ||
branches: | ||
- '**' | ||
pull_request: | ||
branches: | ||
- '**' | ||
create: | ||
branches: | ||
- '**' | ||
delete: | ||
branches: | ||
- '**' | ||
jobs: | ||
repo-sync: | ||
env: | ||
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} | ||
dst_token: ${{ secrets.GITEE_TOKEN }} | ||
gitee_user: ${{ secrets.GITEE_USER }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
persist-credentials: false | ||
- name: sync github -> gitee | ||
uses: Yikun/hub-mirror-action@master | ||
if: env.dst_key && env.dst_token && env.gitee_user | ||
with: | ||
src: 'github/${{ github.repository_owner }}' | ||
dst: 'gitee/${{ secrets.GITEE_USER }}' | ||
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} | ||
dst_token: ${{ secrets.GITEE_TOKEN }} | ||
static_list: ${{ github.event.repository.name }} |
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,7 @@ | ||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
*.pyc | ||
.idea | ||
venv | ||
/.venv/ |
Oops, something went wrong.