diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ec52e06 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*/log/* + +*/.vagrant + +# We don't want to include nextcloud installer files (they must be downloaded manually) +nextcloud*.bz2* + + diff --git a/README.md b/README.md index 426b0af..e7c2aea 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -| :zap: June 2022: This is a mirrored repository of a private repository. The project is currently in a testing stage, please contact the project developer at pietro.marini@nextcloud.com, if you want to start collaborating.| +| :zap: February 2023: This is a mirrored repository of a private repository. The project is currently in a testing stage, please contact the project developer at pietro.marini@nextcloud.com, if you want to start collaborating.| |----------------------------------------------------------------------------------------------------| @@ -14,6 +14,28 @@ * Try features or troubleshoot issues without any manual installation * Learn and explore the integration of Nextcloud with common enterprise systems, such as LDAP, Single Sign On or an Office Editing Service +### Available Templates + +The following table summarizes the list of available templates: + +|Template | Description| +| --- | --- | +| `template00-clean-server` | Clean server | +| `template01-nextcloud-standalone` | Nextcloud standalone server | +| `template02-collabora-online` | Collabora Online server - CODE or Enterprise | +| `template03-keycloak` | Keycloak standalone server | +| `template04-ldap` | OpenLDAP server | +| `template05-elasticsearch` | Elastic Search server | +| `template06-nextcloud-db-standalone` | Database node (to be used in a cluster) | +| `template07-glusterfs-server` | GlusterFS node (to be used in a cluster) | +| `template08-haproxy-server` | Haproxy (to be used in a cluster) | +| `template09-web-server-node` | Web Server Node (to be used in a cluster) | +| `template10-redis-server` | Redis server(to be used in a cluster) | +| `template11-minio-storage-server` | MinIO Storage Server | +| `template13-talk-hpb` | Talk High Performance Backend | +| `template14-self-hosted-appstore` | Nextcloud Self-Hosted Appstore | +| `template16-zabbix-server` | Zabbix Monitoring Server | + ### Setup the environment #### Install and configure LXD @@ -129,22 +151,3 @@ Afterwards, the environment is ready to be used. -### Available Templates - -|Template | Description| -| --- | --- | -| `template00-clean-server` | Clean server | -| `template01-nextcloud-standalone` | Nextcloud standalone server | -| `template02-collabora-online` | Collabora Online server - CODE or Enterprise | -| `template03-keycloak` | Keycloak standalone server | -| `template04-ldap` | OpenLDAP server | -| `template05-elasticsearch` | Elastic Search server | -| `template06-nextcloud-db-standalone` | Database node (to be used in a cluster) | -| `template07-glusterfs-server` | GlusterFS node (to be used in a cluster) | -| `template08-haproxy-server` | Haproxy (to be used in a cluster) | -| `template09-web-server-node` | Web Server Node (to be used in a cluster) | -| `template10-redis-server` | Redis server(to be used in a cluster) | -| `template11-minio-storage-server` | MinIO Storage Server | -| `template12-lookup-server` | Nextcloud lookup server | -| `template13-talk-hpb` | Talk High Performance Backend | -| `template14-self-hosted-appstore` | Nextcloud Self-Hosted Appstore |