nodes/rx300: add php 8.0
This commit is contained in:
parent
a66d9c5765
commit
8da40eab67
3 changed files with 140 additions and 0 deletions
|
@ -11,6 +11,7 @@ nodes['rx300'] = {
|
|||
'gitea',
|
||||
'lm-sensors',
|
||||
'miniflux',
|
||||
'php',
|
||||
'postgresql',
|
||||
'smartd',
|
||||
'travelynx',
|
||||
|
@ -40,6 +41,10 @@ nodes['rx300'] = {
|
|||
'ruby': {},
|
||||
'ruby-dev': {},
|
||||
'ruby-bundler': {},
|
||||
|
||||
# more php
|
||||
'php-imagick': {},
|
||||
'php-yaml': {},
|
||||
},
|
||||
# XXX remove this once nginx.org has packages for debian bullseye
|
||||
'repos': {
|
||||
|
@ -146,6 +151,19 @@ nodes['rx300'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'php': {
|
||||
'version': '8.0',
|
||||
'packages': {
|
||||
'gd',
|
||||
'imap',
|
||||
'intl',
|
||||
'mbstring',
|
||||
'opcache',
|
||||
'pgsql',
|
||||
'readline',
|
||||
'xml',
|
||||
},
|
||||
},
|
||||
'postgresql': {
|
||||
'version': '13',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue