Skip to content

Commit 75780c9

Browse files
authored
Merge pull request #73 from naolad/main
Added Japanese translation
2 parents 1ab242a + 9d5e55f commit 75780c9

File tree

17 files changed

+576
-591
lines changed

17 files changed

+576
-591
lines changed
Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,115 +1,115 @@
11
---
2-
title: Custom Anisette Server
3-
description: A guide on anisette servers.
2+
title: カスタムAnisetteサーバー
3+
description: Anisetteサーバーに関するガイド。
44
---
55

66
:::note
7-
Using any SideStore version after 0.4.0 is unlikely to lock your account as this is when support for v3 anisette servers was added.
7+
SideStoreバージョン0.4.0以降を使用する場合、v3 anisetteサーバーのサポートが追加されたため、アカウントがロックされる可能性は低くなります。
88

9-
With this, it is **highly recommended** to use a v3 server for normal use of SideStore, if your version supports it.
9+
そのため、v3サーバーを使用することを**強く推奨**します。もし、あなたのバージョンが対応していれば、通常使用時はv3サーバーを使用してください。
1010
:::
1111

12-
Anisette data is information used in the app signing process that needs to be generated each time you install or refresh apps. SideStore gets this information from a server that spoofs a Mac and sends you back the anisette data. No account info is sent to the server ever in this process.
12+
Anisetteデータは、アプリの署名プロセスで使用される情報で、アプリをインストールまたは更新するたびに生成する必要があります。SideStoreは、この情報を偽のMacを使って提供するサーバーから取得し、そのAnisetteデータを返送します。このプロセスでは、アカウント情報は一切サーバーに送信されません。
1313

14-
When many people use the same Anisette server (specifically a v1 server), it trips Apple's security, and locks the accounts that were using that machine. This is why we recommend using a separate burner Apple ID instead of your main one.
14+
多くの人が同じAnisetteサーバー(特にv1サーバー)を使用すると、Appleのセキュリティが反応し、そのマシンを使用していたアカウントがロックされます。これが理由で、メインのApple IDではなく、別のバーナーApple IDを使用することをおすすめします。
1515

16-
Our team has worked on better approaches to avoid locked accounts (in the form of _anisette-v3_). However, if you are using an older version of SideStore, hosting your own anisette server is a great way to avoid locked accounts. This is made incredibly easy thanks to our current server being open source and made for docker environments. This means we can deploy a server with nothing more than the GitHub link.
16+
私たちのチームは、アカウントのロックを避けるための改善策(anisette-v3という形で)に取り組んでいます。ただし、古いバージョンのSideStoreを使用している場合、独自のAnisetteサーバーをホスティングすることが、アカウントロックを回避するための良い方法です。現在のサーバーはオープンソースで、Docker環境向けに作られているため、GitHubリンクを使って簡単にサーバーを展開できます。
1717

18-
## Deploy on Render
18+
## Renderにデプロイする
1919

20-
[Render](https://render.com/) is a service for easily creating servers. It supports loading server sources from GitHub. The free tier is quite limited in terms of resources, but the server can run comfortably on it without issue.
20+
[Render](https://render.com/)は、サーバーを簡単に作成できるサービスです。GitHubからサーバーのソースコードを読み込むことができます。無料プランはリソースに制限がありますが、このサーバーは問題なく動作します。
2121

22-
Due to too many people using the same GitHub URL, you will have to fork the Git repository yourself.
22+
多くの人が同じGitHub URLを使っているため、リポジトリを自分でフォークする必要があります。
2323

24-
1. [Register](https://github.com/signup) for a GitHub account, if you do not already have one.
25-
2. [Open](https://github.com/Dadoum/anisette-v3-server) the Git repository.
26-
3. Click "Fork" in the top right, and fork the repository to your account.
27-
4. Once the forked repository is created, click the green "Code" dropdown in the top right, and copy the .git URL.
24+
1. [GitHubアカウントを登録](https://github.com/signup)します。
25+
2. [Gitリポジトリを開く](https://github.com/Dadoum/anisette-v3-server)
26+
3. 右上の「Fork」をクリックし、リポジトリを自分のアカウントにフォークします。
27+
4. フォークされたリポジトリが作成されたら、右上の緑色の「Code」ドロップダウンをクリックし、.git URLをコピーします。
2828

29-
* Save this for later.
29+
* 後で使用するために保存しておきます。
3030

31-
Once this is done, the Render server can be made.
31+
これで、Renderサーバーを作成する準備が整いました。
3232

33-
1. [Register](https://dashboard.render.com/register/) for an account.
34-
2. Create a [New Web Service](https://dashboard.render.com/select-repo?type=web).
35-
3. Scroll down to **Public Git repository** and enter the URL you copied earlier.
36-
4. Click "Continue" and fill in the form:
37-
* **Name** - Does not matter
38-
* **Region** - Closest to you
39-
* **Branch** - main (default)
40-
* **Root Directory** - blank (default)
41-
* **Environment** - Docker (default)
33+
1. [Renderにサインアップ](https://dashboard.render.com/register/)します。
34+
2. [新しいWebサービスを作成](https://dashboard.render.com/select-repo?type=web)します。
35+
3. **Public Git repository**の下に、先ほどコピーしたURLを入力します。
36+
4. 「続行」をクリックし、以下のフォームを記入します:
37+
* **Name** - 任意
38+
* **Region** - 最寄りの地域
39+
* **Branch** - main(デフォルト)
40+
* **Root Directory** - 空白(デフォルト)
41+
* **Environment** - Docker(デフォルト)
4242
* **Instance Type** - Free
4343

44-
5. Wait for the server to build. You will see the following when it's done:
44+
5. サーバーのビルドが完了するのを待ちます。完了すると、次のメッセージが表示されます:
4545

4646
```
4747
Machine requires provisioning... done !
4848
Your service is live 🎉
4949
```
5050

51-
*If the build fails for any reason, click **Manual Deploy**, then **Deploy latest commit**.*
51+
*もしビルドが失敗した場合は、**Manual Deploy**をクリックし、**Deploy latest commit**を選択します。*
5252

53-
6. Find the link for your new server at the top of the page:
53+
6. 新しいサーバーのリンクをページの上部で確認できます:
5454

5555
```
5656
https://[your-server-name].onrender.com
5757
```
5858

59-
## Creating a custom anisette server list
60-
61-
Since the release of version 0.5.8, SideStore uses an anisette server list system so officially endorsed anisette servers can be added more easily. This means that there is a little bit of extra work to be done in order to use your own server without requesting to have yours added to the official list.
62-
63-
If you want to keep the option of using included servers, follow the steps below:
64-
1. Go [here](https://servers.sidestore.io/servers.json) to obtain the current server list.
65-
2. Head to a file hosting service of your choice to host the file on the internet. We recommend using GitHub Pages to do so as it's easier to edit in future, and will be the service used as example for this guide. If you have your own way of hosting, adapt the following to your setup.
66-
3. If you have a Github Pages site set up already, skip to the sixth sub-step. Otherwise, do the following:
67-
* Create a new GitHub repository via either the plus (+) button on the top right on desktop, profile icon > Create new on mobile, or [this page](https://github.com/new).
68-
* Set the name to be [your GitHub username].github.io, check 'Initialize this repository with a README', and set the remaining settings to how you wish.
69-
* Once created, go to the Settings tab and navigate to the Pages section under Code and automation.
70-
* Set Build and deployment under Source to 'Deploy from branch'
71-
* If not auto-selected, set Branch to 'main'
72-
* Return to the code tab and hit 'Add files', then 'Upload files', then select the 'servers.json' file you downloaded earlier.
73-
* Once uploaded, click on the file and hit the Edit button.
74-
* Scroll down to the last server on the list and add a comma after the last server's closing curly bracket ('}'), then add your own server afterwards in the following format:
75-
```
76-
{
77-
"name": "[something identifiable like a username]", //doesn't really matter unless you're sharing this server list with someone else
78-
"address": "[your server's url]"
79-
}
80-
```
81-
* Commit the changes, then head to https://[your GitHub username].github.io/[where you placed the file]/servers.json. If the file loads, you are ready to move on to the next section. Otherwise, you may need to wait up to 10 mins for your site to be properly set up for use before you try again.
82-
83-
If you want to only use your own server, follow the steps above, but instead of getting the official server.json, create your own using this formatting;
59+
## カスタムAnisetteサーバーリストの作成
60+
61+
バージョン0.5.8のリリース以降、SideStoreはAnisetteサーバーリストシステムを使用しており、公式に認められたAnisetteサーバーをより簡単に追加できるようになっています。つまり、公式リストに自分のサーバーを追加することなく、独自のサーバーを使用するためには少し追加作業が必要です。
62+
63+
もし、組み込みのサーバーを使用するオプションを維持したい場合、以下の手順に従ってください:
64+
65+
1. [こちら](https://servers.sidestore.io/servers.json)にアクセスし、現在のサーバーリストを取得します。
66+
2. 好きなファイルホスティングサービスにファイルをホストします。将来の編集が簡単で、今回のガイドではGitHub Pagesを使用するのを推奨します。独自の方法でホスティングする場合は、セットアップに合わせて調整してください。
67+
3. すでにGitHub Pagesサイトを設定している場合は、次の6つのサブステップに進んでください。まだの場合、以下の手順を行ってください:
68+
* GitHubの新しいリポジトリを作成します(右上のプラス(+)ボタン、モバイルではプロファイルアイコン > 新規作成、または[このページ](https://github.com/new))。
69+
* 名前を「[GitHubユーザー名].github.io」に設定し、「READMEでこのリポジトリを初期化」をチェックし、残りの設定はお好みに設定します。
70+
* 作成後、「設定」タブに移動し、「コードと自動化」の下の「Pages」セクションに進みます。
71+
* 「Source」で「Deploy from branch」を設定します。
72+
* 「Branch」が「main」に設定されていない場合は、「main」に設定します。
73+
* 「コード」タブに戻り、「Add files」をクリックして「Upload files」を選択し、先ほどダウンロードした「servers.json」ファイルを選択します。
74+
* アップロードが完了したら、ファイルをクリックして「編集」ボタンを押します。
75+
* リストの最後のサーバーの後にカンマを追加し、次に自分のサーバーを以下のフォーマットで追加します:
76+
```
77+
{
78+
"name": "[識別可能な名前、例えばユーザー名]", //他の人とサーバーリストを共有しない限り、名前は重要ではありません
79+
"address": "[自分のサーバーのURL]"
80+
}
81+
```
82+
* 変更をコミットし、[https://[GitHubユーザー名].github.io/[ファイルを置いた場所]/servers.json](https://[GitHubユーザー名].github.io/[ファイルを置いた場所]/servers.json)にアクセスします。ファイルが読み込まれれば、次のステップに進む準備が整いました。読み込まれない場合は、最大10分間待ってから再試行してください。
83+
84+
自分のサーバーだけを使用したい場合、上記の手順に従い、公式のserver.jsonを取得する代わりに、以下の形式で自分で作成してください;
8485
```
8586
{
8687
"servers": [
8788
{
88-
"name": "[as above]",
89-
"address": "[also as above]"
89+
"name": "[上記のように]",
90+
"address": "[同様に]"
9091
}
9192
]
9293
}
9394
```
94-
and continue as normal.
95-
96-
## Use your server with SideStore
95+
その後、通常通り進めます。
9796

98-
To use your newly created server list in the SideStore app, do the following:
97+
## SideStoreでサーバーを使用する
9998

100-
1. Open the Settings tab in SideStore.
101-
2. Scroll down to the bottom and tap on 'Anisette Servers'.
102-
3. Tap on the list URL and replace it with the URL of your server list.
103-
4. Hit 'Refresh Servers', and select your own server from the updated list.
99+
新しく作成したサーバーリストをSideStoreアプリで使用するには、以下の手順を実行します:
104100

105-
## Done!
101+
1. SideStoreの設定タブを開きます。
102+
2. 下にスクロールして「Anisette Servers」をタップします。
103+
3. リストURLをタップし、サーバーリストのURLに置き換えます。
104+
4. 「サーバーを更新」をクリックし、更新されたリストから自分のサーバーを選択します。
106105

107-
SideStore will now use your new custom anisette server.
106+
## 完了!
108107

108+
これでSideStoreは新しいカスタムAnisetteサーバーを使用します。
109109

110-
## Links:
111-
[<img src="https://uptime.sidestore.io/api/badge/4/uptime/48" />](https://uptime.sidestore.io/status/all)
112-
[All Official Anisette Servers Uptime](https://uptime.sidestore.io/status/all)
110+
## リンク:
111+
[<img src="https://uptime.sidestore.io/api/badge/4/uptime/48" />](https://uptime.sidestore.io/status/all)
112+
[公式Anisetteサーバーのアップタイム](https://uptime.sidestore.io/status/all)
113113

114-
[<img src="https://uptime.sidestore.io/api/badge/1/uptime/48" />](https://uptime.sidestore.io/status/ss)
115-
[Our Official Anisette Server's Uptime](https://uptime.sidestore.io/status/ss)
114+
[<img src="https://uptime.sidestore.io/api/badge/1/uptime/48" />](https://uptime.sidestore.io/status/ss)
115+
[公式Anisetteサーバーのアップタイム](https://uptime.sidestore.io/status/ss)
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: App Sources
3-
description: A guide on custom app sources.
2+
title: アプリソース
3+
description: カスタムアプリソースに関するガイド。
44
---
55

6-
# Make a Source
6+
# ソースを作成する
77

8-
SideStore is fully compatible with AltSources. The official AltStore [source documentation](https://faq.altstore.io/developers/make-a-source) provides all the details you need to make your own AltSource. AltSources allow your audience to view, install, and update all your available apps easily across both AltStore and SideStore.
8+
SideStoreはAltSourcesと完全に互換性があります。公式のAltStore [ソースドキュメント](https://faq.altstore.io/developers/make-a-source)では、独自のAltSourceを作成するために必要な詳細が提供されています。AltSourcesを使用すると、ユーザーはAltStoreおよびSideStoreを通じて利用可能なすべてのアプリを簡単に表示、インストール、更新することができます。
99

10-
When editing your source, it is highly recommended to create and view a draft of your changes using the [AltSource Browser](https://altsource.by.lao.sb/browse) to see a visual display of your source and correct any errors before finalizing and publishing changes to your source.
10+
ソースを編集する際には、[AltSource Browser](https://altsource.by.lao.sb/browse)を使用して変更のドラフトを作成・表示し、ソースのビジュアル表示を確認して、エラーを修正した後に最終的な変更を公開することを強くお勧めします。
1111

12-
# Distributing your Source
12+
# ソースの配布
1313

14-
You can create a link to automatically add your AltSource by using this template:
14+
AltSourceを自動的に追加するリンクを作成するには、以下のテンプレートを使用します:
1515
```
1616
sidestore://source?url=[source url]
1717
```
18-
For more info, see [URL Schema](/docs/advanced/url-schema). It is often helpful to create the link to your AltSource in this format, then put it into a link shortener such as ```tinyurl.com```. However, if a user tries to use a sidestore:// link without SideStore already installed, it will crash, so some documentation may be helpful.
18+
詳細については、[URLスキーマ](/docs/advanced/url-schema)を参照してください。この形式でAltSourceへのリンクを作成し、```tinyurl.com```のようなリンク短縮サービスに入れることがよく役立ちます。しかし、ユーザーがSideStoreがインストールされていない状態でsidestore://リンクを使用しようとするとクラッシュするため、いくつかのドキュメントを提供することをお勧めします。
1919

20-
## That's it!
20+
## これで完了!
2121

22-
Here are some good existing AltSources: The [official AltStore](https://apps.altstore.io) source, the [SideStore community](https://github.com/SideStore/Community-Source) source, the [StikJIT](https://raw.githubusercontent.com/StephenDev0/StikJIT/refs/heads/main/repo.json) source, and the [DolphiniOS](https://altstore.oatmealdome.me) source.
22+
こちらは既存の良いAltSourcesです:[公式AltStore](https://apps.altstore.io)ソース、[SideStoreコミュニティ](https://github.com/SideStore/Community-Source)ソース、[StikJIT](https://raw.githubusercontent.com/StephenDev0/StikJIT/refs/heads/main/repo.json)ソース、[DolphiniOS](https://altstore.oatmealdome.me)ソース。

0 commit comments

Comments
 (0)