2023-08-26_23-47
This commit is contained in:
parent
7e6a82acb9
commit
44455d7782
@ -1,248 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
<title>おこげ倶楽部自宅サーバについて | おこげ俱楽部</title>
|
|
||||||
<meta name="title" content="おこげ倶楽部自宅サーバについて | おこげ俱楽部">
|
|
||||||
<meta name="description" content="ocoge.club は Orange Pi 自宅サーバにてホスティングされています。Webサーバ、メールサーバ、Git サーバ稼働中。">
|
|
||||||
<meta name="keywords" content="技術情報,オコゲ,blockly,プログラミング,上野学習塾">
|
|
||||||
<meta name="author" content="ocogeclub">
|
|
||||||
<meta name="robots" content="index, follow">
|
|
||||||
<link rel="canonical" href="https://ocoge.club/2022-05-08_server copy/">
|
|
||||||
<link rel="shortcut icon" type="image/png" href="/assets/img/favicon.png">
|
|
||||||
<link rel="apple-touch-icon" href="/assets/img/apple-touch-icon.png">
|
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@500&display=swap" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap">
|
|
||||||
<script src="https://kit.fontawesome.com/73f7be0650.js" crossorigin="anonymous"></script>
|
|
||||||
<link rel="stylesheet" href="/assets/floatbox/floatbox.css" />
|
|
||||||
<script src="/assets/floatbox/floatbox.js" defer></script>
|
|
||||||
<link rel="stylesheet" href="/assets/css/ocmain.css">
|
|
||||||
<link rel="stylesheet" href="/assets/css/main.css">
|
|
||||||
<link rel="stylesheet" href="/assets/css/footer.css">
|
|
||||||
<link rel="stylesheet" href="/assets/css/post.css">
|
|
||||||
<meta property="og:image" content="https://ocoge.club/assets/img/opi-server.webp">
|
|
||||||
<meta property="og:title" content="おこげ倶楽部自宅サーバについて | おこげ俱楽部">
|
|
||||||
<meta property="og:description" content="ocoge.club は Orange Pi 自宅サーバにてホスティングされています。Webサーバ、メールサーバ、Git サーバ稼働中。">
|
|
||||||
<meta property="og:url" content="https://ocoge.club/2022-05-08_server copy/">
|
|
||||||
<meta property="og:site_name" content="おこげ俱楽部">
|
|
||||||
<meta name="twitter:card" content="summary">
|
|
||||||
<meta name="twitter:site" content="@ocogeclub">
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body class="flex flex-col h-screen bg-white text-gray-800 break-words">
|
|
||||||
<header id="header" class="header-shadow bg-white px-6 py-5 z-50 fixed w-full top-0 transition-all transform ease-in-out duration-500">
|
|
||||||
<div class="max-w-5xl mx-auto flex items-center flex-wrap justify-between">
|
|
||||||
<div class="sm:mr-8">
|
|
||||||
<a class="flex items-center" href="/">
|
|
||||||
<span class="text-xl text-teal-700 font-semibold self-center"><img src="/assets/img/ocoge_title_kogecha.webp" title="おこげ俱楽部" alt="おこげ俱楽部" id="site_title"></span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<nav id="menu" class="order-last md:order-none items-center flex-grow w-full md:w-auto md:flex hidden mt-2 md:mt-0">
|
|
||||||
|
|
||||||
<a href="/about" class="block mt-4 md:inline-block md:mt-0 font-medium text-gray-700 hover:text-teal-600 text-base mr-4">About</a>
|
|
||||||
|
|
||||||
<a href="/tags" class="block mt-4 md:inline-block md:mt-0 font-medium text-gray-700 hover:text-teal-600 text-base mr-4">Tag List</a>
|
|
||||||
|
|
||||||
<a href="https://cloud.ocoge.club/" target="_blank" rel="noopener" class="block mt-4 md:inline-block md:mt-0 font-medium text-gray-700 hover:text-teal-600 text-base mr-4">Cloud/Mail</a>
|
|
||||||
|
|
||||||
<a href="https://git.ocoge.club/ocogeclub/pages" target="_blank" rel="noopener" class="block mt-4 md:inline-block md:mt-0 font-medium text-gray-700 hover:text-teal-600 text-base mr-4">ocogIt</a>
|
|
||||||
|
|
||||||
</nav>
|
|
||||||
<form id="search" action="/search" class="order-last sm:order-none flex-grow items-center justify-end hidden sm:block mt-6 sm:mt-0">
|
|
||||||
<label class="visually-hidden" for="header-searchbox">記事タイトル/概要を検索 ...</label>
|
|
||||||
<input type="text" id="header-searchbox" name="q" placeholder="記事タイトル/概要を検索 ..." class="w-full sm:max-w-xs bg-gray-200 border border-transparent float-right focus:bg-white focus:border-gray-300 focus:outline-none h-8 p-4 placeholder-gray-500 rounded text-gray-700 text-sm">
|
|
||||||
</form>
|
|
||||||
<div id="menu-toggle" class="flex items-center md:hidden text-gray-700 hover:text-teal-600 cursor-pointer sm:ml-6">
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu">
|
|
||||||
<line x1="3" y1="12" x2="21" y2="12"></line>
|
|
||||||
<line x1="3" y1="6" x2="21" y2="6"></line>
|
|
||||||
<line x1="3" y1="18" x2="21" y2="18"></line>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<main class="mx-7 lg:mx-6 mt-32 flex-grow">
|
|
||||||
|
|
||||||
|
|
||||||
<article class="max-w-5xl mx-auto">
|
|
||||||
<header class="mb-14">
|
|
||||||
<h1 class="text-3xl text-center font-bold leading-normal text-gray-900 mt-0 mb-3">おこげ倶楽部自宅サーバについて</h1>
|
|
||||||
<div class="text-center"><i class="fa-regular fa-clock"></i> 2022年5月7日</div>
|
|
||||||
|
|
||||||
<div class="mt-3 text-center">
|
|
||||||
|
|
||||||
<a href="/tags/技術情報" class="inline-block bg-gray-200 rounded-full px-3 py-1 text-sm font-medium text-gray-700 m-0.5">#技術情報</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="mt-10 -mx-7 md:mx-0">
|
|
||||||
<img class="w-full max-w-2xl mx-auto" src="/assets/img/opi-server.webp" alt="This post thumbnail">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</header>
|
|
||||||
<div id="content" class="prose text-gray-800 max-w-none">
|
|
||||||
<p>ocoge.club は Orange Pi 自宅サーバ(上写真)にてホスティングされています。現在 Webサーバ、メールサーバ、Git サーバが稼働しています。数千円で購入できる手のひらサイズのシングルボードコンピュータと3千円程度のSSDを使ってなかなか充実したネットサービスごっこwができます。</p>
|
|
||||||
<div class="balloon">
|
|
||||||
<div class="faceicon">
|
|
||||||
<img src="/assets/img/tama.webp">
|
|
||||||
<p>タマちー</p>
|
|
||||||
</div><div class="chatting">
|
|
||||||
<div class="says">
|
|
||||||
「おこげ俱楽部」は、軽量多目的 <s>Raspberry Pi</s> <a href="http://www.orangepi.org/" target="_new" title="Orange Pi">Orange Pi <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a> サーバーとして絶賛改装中です...。
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="balloon_right">
|
|
||||||
<div class="faceicon_right">
|
|
||||||
<img src="/assets/img/mimmy.webp">
|
|
||||||
<p>ミミィ</p>
|
|
||||||
</div><div class="chatting">
|
|
||||||
<div class="says_right"><p>
|
|
||||||
市場でラズパイが枯渇している関係で、サーバのハードウェアを 4B(4GB) から、現状最も手に入りやすい中華<s>パチモン</s> <span title="シングルボードコンピュータ">SBC</span> の Orange Pi に変更したのよね!軽量化のために<span class="mfy"><a href="https://ja.wordpress.org" target="_new" title="シェア世界一の CMS">WordPress <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a></span> をやめて <span class="mfg"><a href="https://jamstack.org" target="_new" title="ちょっと何言ってるか分からない">Jamstack <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a></span> にするとかの対応中ヨ!
|
|
||||||
</p></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="balloon">
|
|
||||||
<div class="faceicon">
|
|
||||||
<img src="/assets/img/tama.webp">
|
|
||||||
<p></p>
|
|
||||||
</div> <div class="chatting">
|
|
||||||
<div class="think-l-bal-s"></div>
|
|
||||||
<div class="think-l-bal-l"></div>
|
|
||||||
<div class="tamathink">
|
|
||||||
<p>
|
|
||||||
らずぱい売ってない... 困る...
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="balloon_right">
|
|
||||||
<div class="faceicon_right">
|
|
||||||
<img src="/assets/img/mimmy.webp">
|
|
||||||
<p></p>
|
|
||||||
</div><div class="chatting">
|
|
||||||
<div class="says_right"><p>
|
|
||||||
RSコンポーネンツの通販サイトに「11月入荷」とか書いてあるのよ!<br>
|
|
||||||
鬼も笑えないわ!!
|
|
||||||
</p></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<h2>ハードウェア構成</h2>
|
|
||||||
<ul>
|
|
||||||
<li><a href="http://www.orangepi.org/Orange%20Pi%203%20LTS/index.html" target="_new" title="">Orange Pi 3 LTS <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a></li>
|
|
||||||
<li>Crucial SSD 120GB 2.5インチ (CT120BX500SSD1JP)</li>
|
|
||||||
<li>Salcar USB-C 2.5インチ SATA HDD/SSDケース</li>
|
|
||||||
</ul>
|
|
||||||
<p>ケースは RPi 用を流用。ネジ穴が合わなかったので百均の耐震マットを小さく切って貼り付け。</p>
|
|
||||||
<h2>ソフトウェア構成</h2>
|
|
||||||
<table>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>種類</th>
|
|
||||||
<th>名称</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>OS</td>
|
|
||||||
<td><a href="http://www.orangepi.org/downloadresources/" target="_new" title="">Orange Pi3 LTS Debian Buster Server <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Webサーバ</td>
|
|
||||||
<td><a href="https://nginx.org/en/" target="_new" title="">Nginx <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>サーバサイドインタプリタ</td>
|
|
||||||
<td><a href="https://www.php.net/" target="_new" title="">PHP <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>データベース</td>
|
|
||||||
<td><a href="https://www.sqlite.org/index.html" target="_new" title="">SQLite3 <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>メールサーバ (MTA)</td>
|
|
||||||
<td><a href="http://www.postfix.org/" target="_new" title="">Postfix <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Webメールクライアント</td>
|
|
||||||
<td><a href="https://www.rainloop.net/" target="_new" title="">Rainloop <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>POP/IMAP サーバ</td>
|
|
||||||
<td><a href="https://www.dovecot.org/" target="_new" title="">Dovecot <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>Git サーバ</td>
|
|
||||||
<td><a href="https://gitea.io/" target="_new" title="">Gitea <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a></td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<p>このほか、スパムメール対策に <a href="https://spamassassin.apache.org/" target="_new" title="">SpamAssasin <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a> であるとか証明書取得に <a href="https://letsencrypt.org/ja/" target="_new" title="">Let’s Encrypt (certbot) <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a> であるとか</p>
|
|
||||||
<h2>その他利用しているもの</h2>
|
|
||||||
<p>独自ドメイン (ocoge.club)<br>
|
|
||||||
<a href="https://www.mydns.jp/" target="_new" title="">MyDNS <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a>(無料ダイナミックDNS)<br>
|
|
||||||
インターネット接続回線(有線LANで接続)<br>
|
|
||||||
静的サイトジェネレータ <a href="https://www.11ty.dev/" target="_new" title="">11ty <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a> 及びブログテーマ <a href="https://github.com/dafiulh/vredeburg" target="_new" title="">Vredeburg <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a></p>
|
|
||||||
<h2>参考サイト</h2>
|
|
||||||
<p><a href="https://samhobbs.co.uk/raspberry-pi-email-server" target="_new" title="">Sam Hobbs | Raspberry Pi Email Server <span style="color: gray; font-size: smaller;"><i class="fa-solid fa-arrow-up-right-from-square"></i></span> </a><br>
|
|
||||||
英語でメールサーバのみの解説ではあるが、ステップごとにインストールや設定がうまくいっているかどうか確認を行うことができるようになっているため、長い作業の中でどこでミスをしたのか、または不具合が出ているのかがわかりやすい。また、設定をデフォルトから変更する箇所にそれぞれ設定の意味の説明があり、自分が何をしているのかがわかるため、ソフトウェアのアップデートで設定項目やその値に変更があり見本と齟齬が生じていても対処が容易である。わけもわからず言われた通り延々ソフトウェアのインストールと設定ファイルの書き換えを繰り返し、辟易しながら終わらせたものの結局動作せず問題のある個所も見当がつかないまま挫折、などという悲劇を起こしにくい、ナイスなサイト。</p>
|
|
||||||
<div class="balloon">
|
|
||||||
<div class="faceicon">
|
|
||||||
<img src="/assets/img/tama.webp">
|
|
||||||
<p></p>
|
|
||||||
</div><div class="chatting">
|
|
||||||
<div class="says">
|
|
||||||
WordPress と NextCloud の運用をやめた理由は実は別にあったりする...
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="balloon_right">
|
|
||||||
<div class="faceicon_right">
|
|
||||||
<img src="/assets/img/mimmy.webp">
|
|
||||||
<p></p>
|
|
||||||
</div><div class="chatting">
|
|
||||||
<div class="says_right"><p>
|
|
||||||
セキュリティアップデートが面倒だったのヨ!<br>
|
|
||||||
仕事でもないのにあんなのやってられないワ!!
|
|
||||||
</p></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="mt-10">
|
|
||||||
|
|
||||||
<div class="italic text-gray-700">Disqus comments only available for production</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer class="mt-20 px-10 py-8 bg-gray-200">
|
|
||||||
<div id="footer-badge"><a href="https://git.ocoge.club/" target=_new><img loading="lazy" src="/assets/img/git-ocogeclub.svg" class="footer-img"></a><a href="http://creativecommons.org/licenses/by-sa/4.0/deed.ja" target=_new><img loading="lazy" src="/assets/img/License_BY-SA_4.0.svg" class="footer-img"></a></div>
|
|
||||||
<div class="max-w-5xl mx-auto text-gray-700 text-center">
|
|
||||||
© 2023 <a href="/" class="font-medium" target="_blank" rel="noopener">おこげ俱楽部</a>.
|
|
||||||
Made by <a href="https://ocoge.club" target="_blank" rel="noopener">ocogeclub</a>
|
|
||||||
using <a href="https://www.11ty.dev" target="_blank" rel="noopener">Eleventy</a> and <a href="https://github.com/dafiulh/vredeburg" target="_blank" rel="noopener">Vredeburg</a>.<br>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
<script src="/assets/js/bundle.js"></script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
window.addEventListener('load', (event) => {
|
|
||||||
document.getElementsByTagName('html')[0].style.display='block';
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
</html>
|
|
File diff suppressed because one or more lines are too long
BIN
htdocs/assets/img/ocoge-server_2023.webp
Normal file
BIN
htdocs/assets/img/ocoge-server_2023.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@
|
|||||||
<!doctype html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Untitled | おこげ俱楽部</title><meta name="title" content="Untitled | おこげ俱楽部"><meta name="description" content="Ohiwa Code Generator - Portal"><meta name="keywords" content="オコゲ,blockly,プログラミング,上野学習塾"><meta name="author" content="ocogeclub"><meta name="robots" content="index, follow"><link rel="canonical" href="https://ocoge.club/img/"><link rel="shortcut icon" type="image/png" href="/assets/img/favicon.png"><link rel="apple-touch-icon" href="/assets/img/apple-touch-icon.png"><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Nunito:wght@500&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap" rel="stylesheet"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap"><script src="https://kit.fontawesome.com/73f7be0650.js" crossorigin="anonymous"></script><link rel="stylesheet" href="/assets/floatbox/floatbox.css"><script src="/assets/floatbox/floatbox.js" defer="defer"></script><link rel="stylesheet" href="/assets/css/ocmain.css"><link rel="stylesheet" href="/assets/css/main.css"><link rel="stylesheet" href="/assets/css/footer.css"><link rel="stylesheet" href="/assets/css/post.css"><meta property="og:title" content="Untitled | おこげ俱楽部"><meta property="og:description" content="Ohiwa Code Generator - Portal"><meta property="og:url" content="https://ocoge.club/img/"><meta property="og:site_name" content="おこげ俱楽部"><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@ocogeclub"></head><body class="flex flex-col h-screen bg-white text-gray-800 break-words"><header id="header" class="header-shadow bg-white px-6 py-5 z-50 fixed w-full top-0 transition-all transform ease-in-out duration-500"><div class="max-w-5xl mx-auto flex items-center flex-wrap justify-between"><div class="sm:mr-8"><a class="flex items-center" href="/"><span class="text-xl text-teal-700 font-semibold self-center"><img src="/assets/img/ocoge_title_kogecha.webp" title="おこげ俱楽部" alt="おこげ俱楽部" id="site_title"></span></a></div><nav id="menu" class="order-last md:order-none items-center flex-grow w-full md:w-auto md:flex hidden mt-2 md:mt-0"><a href="/about" class="block mt-4 md:inline-block md:mt-0 font-medium text-gray-700 hover:text-teal-600 text-base mr-4">About</a> <a href="/tags" class="block mt-4 md:inline-block md:mt-0 font-medium text-gray-700 hover:text-teal-600 text-base mr-4">Tag List</a> <a href="https://cloud.ocoge.club/" target="_blank" rel="noopener" class="block mt-4 md:inline-block md:mt-0 font-medium text-gray-700 hover:text-teal-600 text-base mr-4">Cloud/Mail</a> <a href="https://git.ocoge.club/ocogeclub/pages" target="_blank" rel="noopener" class="block mt-4 md:inline-block md:mt-0 font-medium text-gray-700 hover:text-teal-600 text-base mr-4">ocogIt</a></nav><form id="search" action="/search" class="order-last sm:order-none flex-grow items-center justify-end hidden sm:block mt-6 sm:mt-0"><label class="visually-hidden" for="header-searchbox">記事タイトル/概要を検索 ...</label> <input type="text" id="header-searchbox" name="q" placeholder="記事タイトル/概要を検索 ..." class="w-full sm:max-w-xs bg-gray-200 border border-transparent float-right focus:bg-white focus:border-gray-300 focus:outline-none h-8 p-4 placeholder-gray-500 rounded text-gray-700 text-sm"></form><div id="menu-toggle" class="flex items-center md:hidden text-gray-700 hover:text-teal-600 cursor-pointer sm:ml-6"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg></div></div></header><main class="mx-7 lg:mx-6 mt-32 flex-grow"><article class="max-w-5xl mx-auto"><header class="mb-14"><h1 class="text-3xl text-center font-bold leading-normal text-gray-900 mt-0 mb-3">Untitled</h1><div class="text-center"><i class="fa-regular fa-clock"></i> 2023年3月2日</div></header><div id="content" class="prose text-gray-800 max-w-none"><!doctype html><body style="background-color: green;"><img src="./tama_ko.webp"></body></div><div class="mt-10"><div id="disqus_thread"></div><script>let disqusLoaded = false;
|
<!doctype html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Untitled | おこげ俱楽部</title><meta name="title" content="Untitled | おこげ俱楽部"><meta name="description" content="Ohiwa Code Generator - Portal"><meta name="keywords" content="オコゲ,blockly,プログラミング,上野学習塾"><meta name="author" content="ocogeclub"><meta name="robots" content="index, follow"><link rel="canonical" href="https://ocoge.club/img/"><link rel="shortcut icon" type="image/png" href="/assets/img/favicon.png"><link rel="apple-touch-icon" href="/assets/img/apple-touch-icon.png"><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Nunito:wght@500&display=swap" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap" rel="stylesheet"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap"><script src="https://kit.fontawesome.com/73f7be0650.js" crossorigin="anonymous"></script><link rel="stylesheet" href="/assets/floatbox/floatbox.css"><script src="/assets/floatbox/floatbox.js" defer="defer"></script><link rel="stylesheet" href="/assets/css/ocmain.css"><link rel="stylesheet" href="/assets/css/main.css"><link rel="stylesheet" href="/assets/css/footer.css"><link rel="stylesheet" href="/assets/css/post.css"><meta property="og:title" content="Untitled | おこげ俱楽部"><meta property="og:description" content="Ohiwa Code Generator - Portal"><meta property="og:url" content="https://ocoge.club/img/"><meta property="og:site_name" content="おこげ俱楽部"><meta name="twitter:card" content="summary"><meta name="twitter:site" content="@ocogeclub"></head><body class="flex flex-col h-screen bg-white text-gray-800 break-words"><header id="header" class="header-shadow bg-white px-6 py-5 z-50 fixed w-full top-0 transition-all transform ease-in-out duration-500"><div class="max-w-5xl mx-auto flex items-center flex-wrap justify-between"><div class="sm:mr-8"><a class="flex items-center" href="/"><span class="text-xl text-teal-700 font-semibold self-center"><img src="/assets/img/ocoge_title_kogecha.webp" title="おこげ俱楽部" alt="おこげ俱楽部" id="site_title"></span></a></div><nav id="menu" class="order-last md:order-none items-center flex-grow w-full md:w-auto md:flex hidden mt-2 md:mt-0"><a href="/about" class="block mt-4 md:inline-block md:mt-0 font-medium text-gray-700 hover:text-teal-600 text-base mr-4">About</a> <a href="/tags" class="block mt-4 md:inline-block md:mt-0 font-medium text-gray-700 hover:text-teal-600 text-base mr-4">Tag List</a> <a href="https://cloud.ocoge.club/" target="_blank" rel="noopener" class="block mt-4 md:inline-block md:mt-0 font-medium text-gray-700 hover:text-teal-600 text-base mr-4">Cloud/Mail</a> <a href="https://git.ocoge.club/ocogeclub/pages" target="_blank" rel="noopener" class="block mt-4 md:inline-block md:mt-0 font-medium text-gray-700 hover:text-teal-600 text-base mr-4">ocogIt</a></nav><form id="search" action="/search" class="order-last sm:order-none flex-grow items-center justify-end hidden sm:block mt-6 sm:mt-0"><label class="visually-hidden" for="header-searchbox">記事タイトル/概要を検索 ...</label> <input type="text" id="header-searchbox" name="q" placeholder="記事タイトル/概要を検索 ..." class="w-full sm:max-w-xs bg-gray-200 border border-transparent float-right focus:bg-white focus:border-gray-300 focus:outline-none h-8 p-4 placeholder-gray-500 rounded text-gray-700 text-sm"></form><div id="menu-toggle" class="flex items-center md:hidden text-gray-700 hover:text-teal-600 cursor-pointer sm:ml-6"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg></div></div></header><main class="mx-7 lg:mx-6 mt-32 flex-grow"><article class="max-w-5xl mx-auto"><header class="mb-14"><h1 class="text-3xl text-center font-bold leading-normal text-gray-900 mt-0 mb-3">Untitled</h1><div class="text-center"><i class="fa-regular fa-clock"></i> 2023年8月26日</div></header><div id="content" class="prose text-gray-800 max-w-none"><!doctype html><body style="background-color: green;"><img src="./tama_ko.webp"></body></div><div class="mt-10"><div id="disqus_thread"></div><script>let disqusLoaded = false;
|
||||||
let disqus_config = function () {
|
let disqus_config = function () {
|
||||||
this.page.url = 'https://ocoge.club/img/';
|
this.page.url = 'https://ocoge.club/img/';
|
||||||
this.page.identifier = 'img';
|
this.page.identifier = 'img';
|
||||||
|
File diff suppressed because one or more lines are too long
@ -84,13 +84,6 @@
|
|||||||
"description": "『情報コース』受講者でご希望の方に、『おこげ倶楽部』オリジナルのメールアドレスと Git アカウントを進呈しております。"
|
"description": "『情報コース』受講者でご希望の方に、『おこげ倶楽部』オリジナルのメールアドレスと Git アカウントを進呈しております。"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
"url": "/2022-05-08_server/",
|
|
||||||
"title": "おこげ倶楽部自宅サーバについて",
|
|
||||||
"date": "2022年5月7日",
|
|
||||||
"description": "ocoge.club は Orange Pi 自宅サーバにてホスティングされています。Webサーバ、メールサーバ、Git サーバ稼働中。"
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"url": "/2022-05-07_demo/",
|
"url": "/2022-05-07_demo/",
|
||||||
"title": "『オコゲ』Web 体験版",
|
"title": "『オコゲ』Web 体験版",
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -3,7 +3,6 @@
|
|||||||
<url><loc>https://ocoge.club/2022-04-27_ict-motto/</loc></url>
|
<url><loc>https://ocoge.club/2022-04-27_ict-motto/</loc></url>
|
||||||
<url><loc>https://ocoge.club/2022-05-01_ocoge-about/</loc></url>
|
<url><loc>https://ocoge.club/2022-05-01_ocoge-about/</loc></url>
|
||||||
<url><loc>https://ocoge.club/2022-05-07_demo/</loc></url>
|
<url><loc>https://ocoge.club/2022-05-07_demo/</loc></url>
|
||||||
<url><loc>https://ocoge.club/2022-05-08_server/</loc></url>
|
|
||||||
<url><loc>https://ocoge.club/2022-05-13_account/</loc></url>
|
<url><loc>https://ocoge.club/2022-05-13_account/</loc></url>
|
||||||
<url><loc>https://ocoge.club/2022-05-14_mascots/</loc></url>
|
<url><loc>https://ocoge.club/2022-05-14_mascots/</loc></url>
|
||||||
<url><loc>https://ocoge.club/petit-lesson/</loc></url>
|
<url><loc>https://ocoge.club/petit-lesson/</loc></url>
|
||||||
@ -14,15 +13,15 @@
|
|||||||
<url><loc>https://ocoge.club/2022-06-21_aqm0802a/</loc></url>
|
<url><loc>https://ocoge.club/2022-06-21_aqm0802a/</loc></url>
|
||||||
<url><loc>https://ocoge.club/2022-07-26_rp2040/</loc></url>
|
<url><loc>https://ocoge.club/2022-07-26_rp2040/</loc></url>
|
||||||
<url><loc>https://ocoge.club/2022-08-03_paj7620/</loc></url>
|
<url><loc>https://ocoge.club/2022-08-03_paj7620/</loc></url>
|
||||||
|
<url><loc>https://ocoge.club/2023-03-22_server/</loc></url>
|
||||||
<url><loc>https://ocoge.club/404.html</loc></url>
|
<url><loc>https://ocoge.club/404.html</loc></url>
|
||||||
<url><loc>https://ocoge.club/about/</loc></url>
|
<url><loc>https://ocoge.club/about/</loc></url>
|
||||||
<url><loc>https://ocoge.club/assets/floatbox/resources/configurator/</loc></url>
|
|
||||||
<url><loc>https://ocoge.club/assets/floatbox/resources/video/</loc></url>
|
|
||||||
<url><loc>https://ocoge.club/</loc></url>
|
<url><loc>https://ocoge.club/</loc></url>
|
||||||
<url><loc>https://ocoge.club/img/</loc></url>
|
|
||||||
<url><loc>https://ocoge.club/search/</loc></url>
|
<url><loc>https://ocoge.club/search/</loc></url>
|
||||||
<url><loc>https://ocoge.club/tags/</loc></url>
|
<url><loc>https://ocoge.club/tags/</loc></url>
|
||||||
<url><loc>https://ocoge.club/2023-03-22_server/</loc></url>
|
<url><loc>https://ocoge.club/assets/floatbox/resources/configurator/</loc></url>
|
||||||
|
<url><loc>https://ocoge.club/assets/floatbox/resources/video/</loc></url>
|
||||||
|
<url><loc>https://ocoge.club/img/</loc></url>
|
||||||
<url><loc>https://ocoge.club/ict-course-portal/</loc></url>
|
<url><loc>https://ocoge.club/ict-course-portal/</loc></url>
|
||||||
|
|
||||||
</urlset>
|
</urlset>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
eleventyExcludeFromCollections: true
|
||||||
title: "おこげ倶楽部自宅サーバについて"
|
title: "おこげ倶楽部自宅サーバについて"
|
||||||
description: "ocoge.club は Orange Pi 自宅サーバにてホスティングされています。Webサーバ、メールサーバ、Git サーバ稼働中。"
|
description: "ocoge.club は Orange Pi 自宅サーバにてホスティングされています。Webサーバ、メールサーバ、Git サーバ稼働中。"
|
||||||
date: 2022-05-07
|
date: 2022-05-07
|
||||||
|
@ -2,51 +2,64 @@
|
|||||||
title: "おこげ倶楽部自宅サーバについて"
|
title: "おこげ倶楽部自宅サーバについて"
|
||||||
description: "ocoge.club は Raspberry Pi 自宅サーバにてホスティングされています。Webサーバ、メールサーバ稼働中。さらに..."
|
description: "ocoge.club は Raspberry Pi 自宅サーバにてホスティングされています。Webサーバ、メールサーバ稼働中。さらに..."
|
||||||
date: 2023-03-22
|
date: 2023-03-22
|
||||||
thumb: "opi-server.webp"
|
thumb: "ocoge-server_2023.webp"
|
||||||
tags:
|
tags:
|
||||||
- 技術情報
|
- 技術情報
|
||||||
---
|
---
|
||||||
|
|
||||||
{% simplebox 'box_stripe' %}唐突ですが「{% span "mfb" %}押し入れで眠っている RPi を活用しようプロジェクト{% endspan %}」の一環として、ocoge.club のウェブサーバマシンは Raspberry Pi 3B+ へ変更となりました。{% endsimplebox %}
|
{% simplebox 'box_stripe' %}唐突ですが「{% span "mfb" %}押し入れで眠っている RPi を活用しようプロジェクト{% endspan %}」の一環として、ocoge.club のウェブサーバマシンは Raspberry Pi 3B+ へ変更となりました。{% endsimplebox %}
|
||||||
|
|
||||||
ocoge.club は Raspberry Pi 自宅サーバ(上写真)にてホスティングされています。現在 Webサーバ、メールサーバが稼働しています。また、別マシン {% link_new {uri: 'http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/orange-pi-3-LTS.html',title: 'Orange Pi 3 LTS'} %}Orange Pi 3 LTS{% endlink_new %} にクラウドサーバを入れてリバースプロキシを通した2台体制で運用しています。数千円で~~購入できる~~手のひらサイズのシングルボードコンピュータと3千円程度のSSDを使ってなかなか充実したネットサービスごっこwができます。
|
ocoge.club は Raspberry Pi 自宅サーバ(上写真)にてホスティングされています。現在 Webサーバ、メールサーバが稼働しています。また、別マシン {% link_new {uri: 'http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/orange-pi-3-LTS.html',title: 'Orange Pi 3 LTS'} %}Orange Pi 3 LTS{% endlink_new %} にクラウドサーバを入れてリバースプロキシを通した2台体制で運用しています。数千円で購入できる手のひらサイズのシングルボードコンピュータと3千円程度のSSDを使ってなかなか充実したネットサービスごっこwができます。
|
||||||
|
|
||||||
{% talkicon_l {img: 'tama.webp', name: 'タマちー'} %}{% says_l %}
|
{% talkicon_l {img: 'tama.webp', name: 'タマちー'} %}{% says_l %}
|
||||||
「おこげ俱楽部」は、軽量多目的 ~~Raspberry Pi~~ {% link_new {uri: 'http://www.orangepi.org/',title: 'Orange Pi'} %}Orange Pi{% endlink_new %} サーバーとして絶賛改装中です...。
|
「おこげ俱楽部」は、軽量多目的 Raspberry Pi サーバーとして絶賛開店中です...。
|
||||||
{% endsays_l %}
|
{% endsays_l %}
|
||||||
{% talkicon_r {img: 'mimmy.webp', name: 'ミミィ'} %}{% says_r %}
|
{% talkicon_r {img: 'mimmy.webp', name: 'ミミィ'} %}{% says_r %}
|
||||||
市場でラズパイが枯渇している関係で、サーバのハードウェアを 4B(4GB) から、現状最も手に入りやすい中華~~パチモン~~ <span title="シングルボードコンピュータ">SBC</span> の Orange Pi に変更したのよね!軽量化のために{% span "mfy" %}{% link_new {uri: "https://ja.wordpress.org", title: "シェア世界一の CMS"} %}WordPress{% endlink_new %}{% endspan %} をやめて {% span "mfg" %}{% link_new {uri: "https://jamstack.org", title: "ちょっと何言ってるか分からない"} %}Jamstack{% endlink_new %}{% endspan %} にするとかの対応中ヨ!
|
市場で一時期ラズパイが品薄・価格高騰した関係で、サーバのハードウェアを 4B(4GB) から、一世代古い 3B+ に変更したのよね!軽量化のために{% span "mfy" %}{% link_new {uri: "https://ja.wordpress.org", title: "シェア世界一の CMS"} %}WordPress{% endlink_new %}{% endspan %} をやめて {% span "mfg" %}{% link_new {uri: "https://jamstack.org", title: "ちょっと何言ってるか分からない"} %}Jamstack{% endlink_new %}{% endspan %} にするとかの対応をしているワ!
|
||||||
{% endsays_r %}
|
{% endsays_r %}
|
||||||
{% talkicon_l {img: 'tama.webp', name: ''} %}{% think_l %}
|
{% talkicon_l {img: 'tama.webp', name: ''} %}{% think_l %}
|
||||||
らずぱい売ってない... 困る...
|
らずぱい高くなった...
|
||||||
{% endthink_l %}
|
{% endthink_l %}
|
||||||
{% talkicon_r {img: 'mimmy.webp', name: ''} %}{% says_r %}
|
{% talkicon_r {img: 'mimmy.webp', name: ''} %}{% says_r %}
|
||||||
RSコンポーネンツの通販サイトに「11月入荷」とか書いてあるのよ!
|
在庫はだいぶ回復してきた{% annotate 1 %}ようで一安心ね!価格はもうこのご時世じゃ諦めるしかないわネ!
|
||||||
鬼も笑えないわ!!
|
|
||||||
{% endsays_r %}
|
{% endsays_r %}
|
||||||
|
|
||||||
## ハードウェア構成
|
## ハードウェア構成
|
||||||
|
|
||||||
- {% link_new {uri: 'http://www.orangepi.org/Orange%20Pi%203%20LTS/index.html',title: ''} %}Orange Pi 3 LTS{% endlink_new %}
|
### サーバ1
|
||||||
|
|
||||||
|
- {% link_new {uri: 'https://www.raspberrypi.com/products/raspberry-pi-3-model-b-plus/',title: ''} %}Raspberry Pi 3B+{% endlink_new %} + {% link_new {uri: 'https://geekworm.com/products/raspberry-pi-3-aluminum-alloy-heavy-duty-passive-cooling-case-black-p252',title: 'Geekworm Raspberry Pi 3B+/3B Aluminum Alloy Heavy Duty Passive Cooling Case-Black'} %}アルミケース{% endlink_new %}
|
||||||
- Crucial SSD 120GB 2.5インチ (CT120BX500SSD1JP)
|
- Crucial SSD 120GB 2.5インチ (CT120BX500SSD1JP)
|
||||||
- Salcar USB-C 2.5インチ SATA HDD/SSDケース
|
- Salcar USB-C 2.5インチ SATA HDD/SSDケース
|
||||||
|
|
||||||
ケースは RPi 用を流用。ネジ穴が合わなかったので百均の耐震マットを小さく切って貼り付け。
|
### サーバ2
|
||||||
|
|
||||||
|
- {% link_new {uri: 'http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/orange-pi-3-LTS.html',title: ''} %}Orange Pi 3 LTS{% endlink_new %}
|
||||||
|
- グリーンハウス SSD 120GB (GH-SSDR2SA120)
|
||||||
|
- GiGimundo 2.5インチ HDD ケース
|
||||||
|
|
||||||
## ソフトウェア構成
|
## ソフトウェア構成
|
||||||
|
|
||||||
|
### サーバ1
|
||||||
|
|
||||||
| 種類 | 名称 |
|
| 種類 | 名称 |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| OS | {% link_new {uri: 'http://www.orangepi.org/downloadresources/',title: ''} %}Orange Pi3 LTS Debian Buster Server{% endlink_new %} |
|
| OS | {% link_new {uri: 'https://www.raspberrypi.com/software/operating-systems/',title: ''} %}Raspberry Pi OS (64-bit) Lite{% endlink_new %} |
|
||||||
| Webサーバ | {% link_new {uri: 'https://nginx.org/en/',title: ''} %}Nginx{% endlink_new %} |
|
| Webサーバ | {% link_new {uri: 'https://nginx.org/en/',title: ''} %}Nginx{% endlink_new %} |
|
||||||
| サーバサイドインタプリタ | {% link_new {uri: 'https://www.php.net/',title: ''} %}PHP{% endlink_new %} |
|
| サーバサイドプログラム | シェルスクリプトCGI ({% link_new {uri: 'https://www.server-world.info/query?os=Ubuntu_22.04&p=nginx&f=8',title: 'Server World'} %}FastCGI Wrap{% endlink_new %}) |
|
||||||
| データベース | {% link_new {uri: 'https://www.sqlite.org/index.html',title: ''} %}SQLite3{% endlink_new %} |
|
|
||||||
| メールサーバ (MTA) | {% link_new {uri: 'http://www.postfix.org/',title: ''} %}Postfix{% endlink_new %} |
|
| メールサーバ (MTA) | {% link_new {uri: 'http://www.postfix.org/',title: ''} %}Postfix{% endlink_new %} |
|
||||||
| Webメールクライアント | {% link_new {uri: 'https://www.rainloop.net/',title: ''} %}Rainloop{% endlink_new %} |
|
|
||||||
| POP/IMAP サーバ | {% link_new {uri: 'https://www.dovecot.org/',title: ''} %}Dovecot{% endlink_new %} |
|
| POP/IMAP サーバ | {% link_new {uri: 'https://www.dovecot.org/',title: ''} %}Dovecot{% endlink_new %} |
|
||||||
| Git サーバ | {% link_new {uri: 'https://gitea.io/',title: ''} %}Gitea{% endlink_new %} |
|
|
||||||
|
|
||||||
このほか、スパムメール対策に {% link_new {uri: 'https://spamassassin.apache.org/',title: ''} %}SpamAssasin{% endlink_new %} であるとか証明書取得に {% link_new {uri: 'https://letsencrypt.org/ja/',title: ''} %}Let’s Encrypt (certbot){% endlink_new %} であるとか
|
### サーバ2
|
||||||
|
|
||||||
|
| 種類 | 名称 |
|
||||||
|
| --- | --- |
|
||||||
|
| OS | {% link_new {uri: 'https://www.armbian.com/orangepi-5/',title: ''} %}Armbian Jammy CLI{% endlink_new %} |
|
||||||
|
| Git サーバ | {% link_new {uri: 'https://forgejo.org/',title: ''} %}Forgejo{% endlink_new %} |
|
||||||
|
| クラウドサーバ | {% link_new {uri: 'https://nextcloud.com/',title: ''} %}Nextcloud HUB 4{% endlink_new %} |
|
||||||
|
| Web メールクライアント | {% link_new {uri: 'https://snappymail.eu/',title: ''} %}SnappyMail{% endlink_new %}(Nextcloud プラグイン) |
|
||||||
|
|
||||||
|
このほか、証明書取得に {% link_new {uri: 'https://letsencrypt.org/ja/',title: ''} %}Let’s Encrypt (certbot){% endlink_new %} とか
|
||||||
|
|
||||||
## その他利用しているもの
|
## その他利用しているもの
|
||||||
|
|
||||||
@ -61,9 +74,17 @@ RSコンポーネンツの通販サイトに「11月入荷」とか書いてあ
|
|||||||
英語でメールサーバのみの解説ではあるが、ステップごとにインストールや設定がうまくいっているかどうか確認を行うことができるようになっているため、長い作業の中でどこでミスをしたのか、または不具合が出ているのかがわかりやすい。また、設定をデフォルトから変更する箇所にそれぞれ設定の意味の説明があり、自分が何をしているのかがわかるため、ソフトウェアのアップデートで設定項目やその値に変更があり見本と齟齬が生じていても対処が容易である。わけもわからず言われた通り延々ソフトウェアのインストールと設定ファイルの書き換えを繰り返し、辟易しながら終わらせたものの結局動作せず問題のある個所も見当がつかないまま挫折、などという悲劇を起こしにくい、ナイスなサイト。
|
英語でメールサーバのみの解説ではあるが、ステップごとにインストールや設定がうまくいっているかどうか確認を行うことができるようになっているため、長い作業の中でどこでミスをしたのか、または不具合が出ているのかがわかりやすい。また、設定をデフォルトから変更する箇所にそれぞれ設定の意味の説明があり、自分が何をしているのかがわかるため、ソフトウェアのアップデートで設定項目やその値に変更があり見本と齟齬が生じていても対処が容易である。わけもわからず言われた通り延々ソフトウェアのインストールと設定ファイルの書き換えを繰り返し、辟易しながら終わらせたものの結局動作せず問題のある個所も見当がつかないまま挫折、などという悲劇を起こしにくい、ナイスなサイト。
|
||||||
|
|
||||||
{% talkicon_l {img: 'tama.webp', name: ''} %}{% says_l %}
|
{% talkicon_l {img: 'tama.webp', name: ''} %}{% says_l %}
|
||||||
WordPress と NextCloud の運用をやめた理由は実は別にあったりする...
|
サーバの構成を一新した理由は他にもあって...
|
||||||
{% endsays_l %}
|
{% endsays_l %}
|
||||||
{% talkicon_r {img: 'mimmy.webp', name: ''} %}{% says_r %}
|
{% talkicon_r {img: 'mimmy.webp', name: ''} %}{% says_r %}
|
||||||
セキュリティアップデートが面倒だったのヨ!
|
セキュリティアップデートが面倒だったのヨ!
|
||||||
|
WordPress(とテーマ) と Nextcloud と RainLoop(ウェブメールクライアント)を手作業でアプデとか!
|
||||||
仕事でもないのにあんなのやってられないワ!!
|
仕事でもないのにあんなのやってられないワ!!
|
||||||
{% endsays_r %}
|
{% endsays_r %}
|
||||||
|
{% talkicon_l {img: 'tama.webp', name: ''} %}{% think_l %}
|
||||||
|
今入れてる Nextcloud+SnappyMail は Snap 経由のインストールでそのうえ勝手に自分でアップデートしてくれる…楽…
|
||||||
|
{% endthink_l %}
|
||||||
|
|
||||||
|
## 注釈
|
||||||
|
|
||||||
|
{% small 1 %}2023年8月現在{% endsmall %}
|
@ -43,4 +43,4 @@ tags: ICT-Course
|
|||||||
『おこげ倶楽部』は、{% link_new {uri: 'https://www.raspberrypi.com/products/raspberry-pi-3-model-b-plus/?resellerType=education',title: 'Raspberry Pi 3 Model B+'} %}Raspberry Pi 3 Model B+{% endlink_new %} を使った自宅サーバで稼働しています。ネット回線やハードウェアが専用業者のものに比べて貧弱であるため、表示に多少時間がかかることがありますことをご了承ください。
|
『おこげ倶楽部』は、{% link_new {uri: 'https://www.raspberrypi.com/products/raspberry-pi-3-model-b-plus/?resellerType=education',title: 'Raspberry Pi 3 Model B+'} %}Raspberry Pi 3 Model B+{% endlink_new %} を使った自宅サーバで稼働しています。ネット回線やハードウェアが専用業者のものに比べて貧弱であるため、表示に多少時間がかかることがありますことをご了承ください。
|
||||||
これは、ちいさな SBC(シングルボードコンピュータ)でミニマルなサーバ運用のデモンストレーションの意味もあります。興味がおありでしたら、以下の記事もどうぞ。
|
これは、ちいさな SBC(シングルボードコンピュータ)でミニマルなサーバ運用のデモンストレーションの意味もあります。興味がおありでしたら、以下の記事もどうぞ。
|
||||||
|
|
||||||
{% blogcard {link:'http://localhost/2022-05-08_server/'} %}
|
{% blogcard {link:'http://localhost/2023-03-22_server/'} %}
|
BIN
src/posts/img/ocoge-server_2023.webp
Normal file
BIN
src/posts/img/ocoge-server_2023.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
Loading…
Reference in New Issue
Block a user