{"id":1380,"date":"2023-06-30T14:04:49","date_gmt":"2023-06-30T12:04:49","guid":{"rendered":"https:\/\/apfelcast.com\/?p=1380"},"modified":"2023-06-30T14:04:49","modified_gmt":"2023-06-30T12:04:49","slug":"nextcloud-27-hub-5-installation-einfache-anleitung-inkl-domain-ssl-auf-linux-server","status":"publish","type":"post","link":"https:\/\/it-ion.de\/index.php\/2023\/06\/30\/nextcloud-27-hub-5-installation-einfache-anleitung-inkl-domain-ssl-auf-linux-server\/","title":{"rendered":"Nextcloud 27 (Hub 5) Installation &#8211; Einfache Anleitung inkl. Domain &amp; SSL auf Linux Server"},"content":{"rendered":"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n <div class=\"brlbs-cmpnt-container brlbs-cmpnt-content-blocker brlbs-cmpnt-with-individual-styles\" data-borlabs-cookie-content-blocker-id=\"default\" data-borlabs-cookie-content=\"PGlmcmFtZSB0aXRsZT0iTmV4dGNsb3VkIDI3IChIdWIgNSkgSW5zdGFsbGF0aW9uIC0gRWluZmFjaGUgQW5sZWl0dW5nIGlua2wuIERvbWFpbiAmYW1wOyBTU0wgYXVmIExpbnV4IFNlcnZlciIgd2lkdGg9IjcyMCIgaGVpZ2h0PSI0MDUiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvWHV4VVZZYk9NNlk\/ZmVhdHVyZT1vZW1iZWQiIGZyYW1lYm9yZGVyPSIwIiBhbGxvdz0iYWNjZWxlcm9tZXRlcjsgYXV0b3BsYXk7IGNsaXBib2FyZC13cml0ZTsgZW5jcnlwdGVkLW1lZGlhOyBneXJvc2NvcGU7IHBpY3R1cmUtaW4tcGljdHVyZTsgd2ViLXNoYXJlIiBhbGxvd2Z1bGxzY3JlZW4+PC9pZnJhbWU+\"><div class=\"brlbs-cmpnt-cb-preset-a\"> <p class=\"brlbs-cmpnt-cb-description\">Sie sehen gerade einen Platzhalterinhalt von <strong>Standard<\/strong>. Um auf den eigentlichen Inhalt zuzugreifen, klicken Sie auf die Schaltfl\u00e4che unten. Bitte beachten Sie, dass dabei Daten an Drittanbieter weitergegeben werden.<\/p> <div class=\"brlbs-cmpnt-cb-buttons\"> <a class=\"brlbs-cmpnt-cb-btn\" href=\"#\" data-borlabs-cookie-unblock role=\"button\">Inhalt entsperren<\/a> <a class=\"brlbs-cmpnt-cb-btn\" href=\"#\" data-borlabs-cookie-accept-service role=\"button\" style=\"display: none\">Erforderlichen Service akzeptieren und Inhalte entsperren<\/a> <\/div> <a class=\"brlbs-cmpnt-cb-provider-toggle\" href=\"#\" data-borlabs-cookie-show-provider-information role=\"button\">Mehr Informationen<\/a> <\/div><\/div>\n<\/div><\/figure>\n\n\n\n<p>In diesem Video zeige ich dir ganz einfach Schritt-f\u00fcr-Schritt wie du Nextcloud in Version 27 bzw. Nextcloud Hub 5 auf einem Linux Server mit Ubuntu 22.04 installieren kannst. Dabei gehe ich auch darauf ein, wie du deine Nextcloud \u00fcber eine Domain sicher inkl. SSL Zertifikat aus dem Internet erreichbar machen kannst. Zudem erf\u00e4hrst du die du die Sicherheits- und Einrichtungswarnungen deiner Nextcloud beheben kannst.<\/p>\n\n\n\n<p>Sicherheits- und Einrichtungswarnungen beheben: <a href=\"https:\/\/cc.apfelcast.com\/ard12\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/cc.apfelcast.com\/ard12<\/a><br>Nextcloud Hub 5 &#8211; Die neuen Funktionen im \u00dcberblick: <a href=\"https:\/\/youtu.be\/IRxltoURk9k\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/youtu.be\/IRxltoURk9k <\/a><br>Portfreigaben trotz DS-Lite \/IPv6 Anschluss: <a href=\"https:\/\/youtu.be\/kIK0I9dwXh8\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/youtu.be\/kIK0I9dwXh8 <\/a><br>DynDNS einrichten f\u00fcr Domain: <a href=\"https:\/\/youtu.be\/kDoMdTNQOgc\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/youtu.be\/kDoMdTNQOgc <\/a><br>NginxProxyManager installieren: <a href=\"https:\/\/youtu.be\/JgrPcQIQuF8\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/youtu.be\/JgrPcQIQuF8<\/a><\/p>\n\n\n\n<div id=\"93964-1\"><script src=\"\/\/ads.themoneytizer.com\/s\/gen.js?type=1\"><\/script><script src=\"\/\/ads.themoneytizer.com\/s\/requestform.js?siteId=93964&amp;formatId=1\"><\/script><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Im Video verwendete Befehle:<\/h3>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">### Nextcloud Hub 5 (Version 27) Installation ###\n\n# updating \napt update &amp;&amp; apt upgrade -y\n\n# Installing apache\napt install apache2\n\n# Install PHP 8.2 \napt install software-properties-common\nadd-apt-repository ppa:ondrej\/php\napt update\n\n# Install PHP 8.2 &amp; Moduls\napt install php8.2 libapache2-mod-php8.2 php8.2-zip php-dompdf php8.2-xml php8.2-mbstring php8.2-gd php8.2-curl php8.2-imagick libmagickcore-6.q16-6-extra php8.2-intl php8.2-bcmath php8.2-gmp php8.2-cli php8.2-mysql php8.2-zip php8.2-gd  php8.2-mbstring php8.2-curl php8.2-xml php-pear unzip nano php8.2-apcu redis-server ufw php8.2-redis php8.2-smbclient php8.2-ldap\n\n# adjust PHP.ini file\nnano \/etc\/php\/8.2\/apache2\/php.ini\n\nmemory_limit = 2048M\nupload_max_filesize = 20G\npost_max_size = 20G\ndate.timezone = Europe\/Berlin\noutput_buffering = Off\n\n\n# Install Databse Server\napt install mariadb-server\n\n# Maria DB Server Konfiguration\nmysql_secure_installation\n\n# open SQL dialoge\nmysql\n\n# create database calles nextcloud\nCREATE DATABASE nextcloud; \n\n# create database user with password\nCREATE USER 'nextclouduser'@'localhost' IDENTIFIED BY 'password_here';\n\n#grant accesss to databse\nGRANT ALL PRIVILEGES ON nextcloud.* TO 'nextclouduser'@'localhost';\n\n#save changes and exit\nFLUSH PRIVILEGES;\nEXIT;\n\n# Download lastest nextcloud version\ncd \/tmp &amp;&amp; wget https:\/\/download.nextcloud.com\/server\/releases\/latest.zip\nunzip latest.zip\nmv nextcloud \/var\/www\/\n\n#adjust apache conf\nnano \/etc\/apache2\/sites-available\/000-default.conf\n\n-> change \/var\/www\/html to \/var\/www\/nextcloud\n \n# Enable the NextCloud and Rewrite Module\n\na2enmod rewrite\na2enmod headers\na2enmod env\na2enmod dir\na2enmod mime\n\n# restart apache\nservice apache2 restart\n\n# prepare data folder\nmkdir \/home\/data\/\nchown -R www-data:www-data \/home\/data\/\n\nchown -R www-data:www-data \/var\/www\/nextcloud\/\nchmod -R 755 \/var\/www\/nextcloud\/\n<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In diesem Video zeige ich dir ganz einfach Schritt-f\u00fcr-Schritt wie du Nextcloud in Version 27&#8230;<\/p>\n","protected":false},"author":1,"featured_media":1383,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-1380","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-allgemein"],"taxonomy_info":{"category":[{"value":1,"label":"Allgemein"}]},"featured_image_src_large":["https:\/\/it-ion.de\/wp-content\/uploads\/2023\/06\/thumbnail_nc_v27-install.-2jpg-1024x576.jpg",1024,576,true],"author_info":{"display_name":"Daniel Klozb\u00fccher","author_link":"https:\/\/it-ion.de\/index.php\/author\/wp-master\/"},"comment_info":0,"category_info":[{"term_id":1,"name":"Allgemein","slug":"allgemein","term_group":0,"term_taxonomy_id":1,"taxonomy":"category","description":"","parent":0,"count":89,"filter":"raw","cat_ID":1,"category_count":89,"category_description":"","cat_name":"Allgemein","category_nicename":"allgemein","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts\/1380","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/comments?post=1380"}],"version-history":[{"count":0,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts\/1380\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/media\/1383"}],"wp:attachment":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/media?parent=1380"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/categories?post=1380"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/tags?post=1380"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}