Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v6

- name: Clone Pelican Panel
run: git clone --depth=1 https://github.com/pelican-dev/panel pelican
run: git clone --depth=1 https://github.com/pelican/panel pelican

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To start contributing you need to have a basic understanding of the following:

You can find detailed information on how plugins work in [our documentation](https://pelican.dev/docs/panel/advanced/plugins#create-a-plugin).

For information on setting up a panel dev environment, see the [contributing guide in the panel repo](https://github.com/pelican-dev/panel/blob/main/contributing.md#dev-environment-setup).
For information on setting up a panel dev environment, see the [contributing guide in the panel repo](https://github.com/pelican/panel/blob/main/contributing.md#dev-environment-setup).

## Coding Standards

Expand All @@ -31,4 +31,4 @@ Also, please make sure that your pull requests are as targeted and simple as pos
## Community and Support

* Help: [Discord](https://discord.gg/pelican-panel)
* Bugs & Features: [GitHub Issues](https://github.com/pelican-dev/plugins/issues)
* Bugs & Features: [GitHub Issues](https://github.com/pelican/plugins/issues)
2 changes: 1 addition & 1 deletion subdomains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Note: You can't create subdomains for servers with `0.0.0.0` or `::` as allocati
In order to create SRV records instead of A/AAAA you need to do the following:

1. Set a `SRV target` for the node
2. Add a [SRV service type](https://github.com/pelican-dev/plugins/blob/main/subdomains/src/Enums/SRVServiceType.php#L10-L15) to the features of the egg. The format is `srv-` and then the service name, e.g. `srv-minecraft` or `srv-rust`.
2. Add a [SRV service type](https://github.com/pelican/plugins/blob/main/subdomains/src/Enums/SRVServiceType.php#L10-L15) to the features of the egg. The format is `srv-` and then the service name, e.g. `srv-minecraft` or `srv-rust`.