メインコンテンツへスキップ
50% off 全プラン対象、期間限定。月額 $2.48/mo
Traggo

Traggo

Traggo はタグベースの時間管理ツールです。プロジェクト、クライアント、または任意のタグで作業時間を記録し、グラフ表示と CSV エクスポートに対応。オープンソースで、SQLite をバックエンドに使用したシングル Go バイナリです。フル機能の PSA プラットフォームを必要としないフリーランサーやコンサルタントのための、シンプルな時間管理ツールです。

概要

0

GitHubスター

254

ページビュー

154

アクティブインストール

バージョン Latest OS Ubuntu Server 24.04 LTS Min RAM 1 GB IP IPV4,IPV6

アクティブインストール数はサンプルデータ(プレビュー)です。正式リリース前に実際のデータに切り替わります。

アクセス

  • ウェブUI: https://<server-ip>
  • SSL警告 (自己署名証明書) を承認。
  • インストール時に設定した管理者のユーザー名とパスワードでログインしてください。
  • ログイン情報の保存先: /root/traggo/.env

重要なファイルとディレクトリ

  • アプリケーションルート /root/traggo/
  • 環境変数: /root/traggo/.env
  • Docker Composeファイル: /root/traggo/docker-compose.yml
  • Traggo データディレクトリ: /root/traggo/traggodata/
  • Nginx サイト設定: /etc/nginx/sites-available/traggo
  • 有効化済みの Nginx サイト: /etc/nginx/sites-enabled/traggo
  • TLS証明書: /etc/nginx/ssl/fullchain.pem
  • TLS 秘密鍵: /etc/nginx/ssl/privkey.pem

サービス管理

コンテナの状態を確認:

docker compose -f /root/traggo/docker-compose.yml ps

再起動:

docker compose -f /root/traggo/docker-compose.yml restart

ログを表示:

docker compose -f /root/traggo/docker-compose.yml logs -f

ドメインでSSLを有効化する

1. ドメインをサーバーIPに向ける。

2. Nginxの設定を編集し、両方を置き換える server_name <IP>; あなたのドメイン (<your-domain>) をHTTP (ポート80) とHTTPS (ポート443) の両方のブロックに設定:

vim /etc/nginx/sites-available/traggo

3. Certbotをインストール:

apt install -y certbot python3-certbot-nginx

4. 次のコマンドを実行して有効なLet's Encrypt証明書を生成:

certbot certonly --nginx --non-interactive --agree-tos --email [email protected] -d yourdomain.com

5. Nginx設定内のSSLパスを置き換える:

vim /etc/apache2/sites-available/traggo
# Before:
    # ssl_certificate /etc/nginx/ssl/fullchain.pem;
    # ssl_certificate_key /etc/nginx/ssl/privkey.pem;
# After:
    # ssl_certificate /etc/letsencrypt/live/yourdomain.com/fullchain.pem;
    # ssl_certificate_key /etc/letsencrypt/live/yourdomain.com/privkey.pem;

6. Nginxを再起動して変更を反映:

systemctl restart nginx

7. ブラウザを開いて次にアクセス: https://yourdomain.com

セルフホストの他の記事

関連アプリ。

今すぐ Traggo をデプロイする 月額2.48ドルから。