From 5b4da9c2c7df1c2fd05a3c98e858b81b40b5eb35 Mon Sep 17 00:00:00 2001 From: Ichijiku Ichigo Date: Mon, 10 Feb 2025 19:38:32 +0900 Subject: [PATCH] [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\Using a custom path prefix with the client-server edition.tid' --- ...ath prefix with the client-server edition.tid | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 editions/ja-JP/tiddlers/howtos/Using a custom path prefix with the client-server edition.tid diff --git a/editions/ja-JP/tiddlers/howtos/Using a custom path prefix with the client-server edition.tid b/editions/ja-JP/tiddlers/howtos/Using a custom path prefix with the client-server edition.tid new file mode 100644 index 000000000..afffa7813 --- /dev/null +++ b/editions/ja-JP/tiddlers/howtos/Using a custom path prefix with the client-server edition.tid @@ -0,0 +1,16 @@ +created: 20140613133627669 +modified: 20241230102718926 +original-modified: 20140912141613393 +tags: [[TiddlyWiki on Node.js]] +title: Using a custom path prefix with the client-server edition +ja-title: クライアント-サーバーエディションでカスタムのパスプレフィックスを使用する +type: text/vnd.tiddlywiki + +デフォルトでは、[[Node.js上のTiddlyWiki|TiddlyWiki on Node.js]]を実行すると、サーバーはプロトコル、ホスト、ポートから形成されたURI - 例えば、`http://127.0.0.1:8080/`でWikiを公開します。 + +`http://127.0.0.1:8080/path/to/my/wiki/`のようなカスタムパスでWikiを実行するには、2つの手順があります: + +# ServerCommandの''pathprefix''属性として`/path/to/my/wiki`を渡してサーバーを設定します +# `$protocol$//$host$/path/to/my/wiki/`を含む、`$:/config/tiddlyweb/host`というTiddlerを作成してクライアントを設定します + +