mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
build: provide 1GiB for the VM
Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
parent
ee01a706b1
commit
99a701b18e
@ -8,8 +8,6 @@
|
||||
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
|
||||
#
|
||||
|
||||
BASEDIR=/var/www
|
||||
|
||||
install()
|
||||
{
|
||||
apt-get update
|
||||
|
||||
2
build/Vagrantfile
vendored
2
build/Vagrantfile
vendored
@ -20,6 +20,8 @@ Vagrant.configure("2") do |config|
|
||||
config.vm.define "ncp-vm"
|
||||
config.vm.provider :libvirt do |libvirt|
|
||||
libvirt.default_prefix = ""
|
||||
libvirt.cpus = 4
|
||||
libvirt.memory = 1024
|
||||
end
|
||||
|
||||
config.vm.synced_folder '.', '/vagrant', disabled: true
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
nextcloudpi-dev:
|
||||
image: ownyourbits/nextcloudpi
|
||||
image: ownyourbits/nextcloudpi-x86
|
||||
command: "${IP}"
|
||||
ports:
|
||||
- "80:80"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
nextcloudpi:
|
||||
image: ownyourbits/nextcloudpi
|
||||
image: ownyourbits/nextcloudpi-x86
|
||||
command: "${IP}"
|
||||
ports:
|
||||
- "80:80"
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"id": "metrics",
|
||||
"name": "System Metrics, that can be collected by an external server",
|
||||
"title": "System Metrics",
|
||||
"description": "Prometheus (https://prometheus.io) compatible metrics for things like, CPU/memory/disk usage etc.",
|
||||
"description": "Prometheus metrics for things like, CPU/memory/disk usage etc.",
|
||||
"info": "In order to use these metrics, you will need to setup at least an external Prometheus instance. You can find a quick and easy way to start at https://github.com/theCalcaholic/ncp-monitoring-dashboard",
|
||||
"infotitle": "External service required",
|
||||
"params": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user