Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
コンテンツにスキップ
メインメニュー
メインメニュー
サイドバーに移動
非表示
案内
メインページ
目次
コミュニティに貢献
最近の出来事
おまかせ表示
特別ページ
交流
ヘルプ
貢献
最近の更新
最近の議論
新しいページ
統計
リクエスト
ArchWiki
検索
検索
表示
アカウント作成
ログイン
個人用ツール
アカウント作成
ログイン
Reposiliteのソースを表示
ページ
議論
日本語
閲覧
ソースを閲覧
履歴を表示
ツール
ツール
サイドバーに移動
非表示
操作
閲覧
ソースを閲覧
履歴を表示
全般
リンク元
関連ページの更新状況
ページ情報
表示
サイドバーに移動
非表示
←
Reposilite
あなたには「このページの編集」を行う権限がありません。理由は以下の通りです:
この操作は、次のグループに属する利用者のみが実行できます:
登録利用者
。
このページのソースの閲覧やコピーができます。
[https://github.com/dzikoysk/reposilite Reposilite] から reposilite は、: [[en:Reposilite]] :JVM エコシステムにおける Maven ベースの成果物のための、軽量で使いやすいリポジトリマネージャーです。Nexus、Archiva、Artifactoryのようなマネージャーを置き換える、シンプルで拡張性のあるスケーラブルなセルフホストソリューションで、リソースの消費量を削減します。 == Installation == [[Install]] {{AUR|reposilite}} == Getting started == Reposilite does the majority of its configuration through the web interface. When you first start reposilite you will not have any user to login as. Ensure that the systemd service is stopped before continuing: # systemctl stop reposilite Now, we need to start reposilite through the command line to be able to interact with the cli: # java -jar /usr/share/java/reposilite/reposilite.jar -wd /var/lib/reposilite {{Note|-wd sets the working directory to /var/lib/reposilite, if this is not set the data will be stored in the directory you execute the jar, which is undesired.}} Once the server has started, you need to create a new administrator account, we will use ! to indicate a command which should be done through the reposilite cli: ! token-generate ''username'' m Remember to replace ''username'' with the desired username, it is best to let reposilite generate you a secure token, but if you wish to use your own token, you can use the following command: ! token-generate --secret="''your token''" ''username'' m {{Warning|Do not use a weak token, if it is too easy to break an attacker could break into your reposilite server and potentially have access to your servers filesystem!}} {{Note|The trailing "m" character is used to give the user manager permissions (commonly known as an administrator, or root user within other applications), this will allow the user to configure reposilite, therefore keep this user safe!}} Now that you have generated the username (if you let reposilite generate your token, make sure to copy this down securely, a password manager is recommended), you can stop the reposilite server using the following command: ! stop Reposilite will then gracefully shutdown and detach from your terminal. You can now [Start/enable] {{ic|reposilite.service}} and you will be able to access the reposilite web interface over {{ic|http://127.0.0.1:8080}}.
このページで使用されているテンプレート:
テンプレート:AUR
(
ソースを閲覧
)
テンプレート:Ic
(
ソースを閲覧
)
テンプレート:Note
(
ソースを閲覧
)
テンプレート:Warning
(
ソースを閲覧
)
Reposilite
に戻る。
検索
検索
Reposiliteのソースを表示
話題を追加