ci: migrate from gitlab ci to woodpecker
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
This commit is contained in:
parent
71db40355e
commit
1c07d1d28e
6 changed files with 55 additions and 25 deletions
16
readme.md
16
readme.md
|
|
@ -4,14 +4,14 @@ Install and configure [phpIPAM](https://phpipam.net/) - an open-source IP addres
|
|||
|
||||
## Variables
|
||||
|
||||
| Variable | Required | Default | Description |
|
||||
|----------|----------|---------|-------------|
|
||||
| `phpipam_db_root_password` | Yes | `changeme` | MariaDB root password |
|
||||
| `phpipam_db_user` | Yes | `phpipam` | phpIPAM database user |
|
||||
| `phpipam_db_password` | Yes | `changeme` | phpIPAM database password |
|
||||
| `phpipam_db_name` | Yes | `phpipam` | phpIPAM database name |
|
||||
| `phpipam_http_port` | Yes | `8080` | HTTP port for phpIPAM web interface |
|
||||
| `phpipam_scan_interval` | Yes | `6h` | Interval for network scanning |
|
||||
| Variable | Required | Default | Description |
|
||||
| -------------------------- | -------- | ---------- | ----------------------------------- |
|
||||
| `phpipam_db_root_password` | Yes | `changeme` | MariaDB root password |
|
||||
| `phpipam_db_user` | Yes | `phpipam` | phpIPAM database user |
|
||||
| `phpipam_db_password` | Yes | `changeme` | phpIPAM database password |
|
||||
| `phpipam_db_name` | Yes | `phpipam` | phpIPAM database name |
|
||||
| `phpipam_http_port` | Yes | `8080` | HTTP port for phpIPAM web interface |
|
||||
| `phpipam_scan_interval` | Yes | `6h` | Interval for network scanning |
|
||||
|
||||
## Example
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue