Skip to content

Repository files navigation

ジオゲッサーのめもを記録するリポジトリ。GeoGuessrのめものソースコードと画像です。

国と地域の判定めも

国と地域を当てるためのヒントをめもしたり、関連サイトへのリンクをまとめたりするページです。以下はページ例です。

リポジトリ内の画像について

ナンバープレートは基本的にWikimediaより引用しています。各ページ上に表示されている出典を確認してください。 標識について、ウェブ上に出典の記載がないものはCC0・パブリックドメイン・自分が編集し自作した画像のいずれかです。各国の名前が付いたフォルダ以下の「r」というフォルダ以下に標識の画像があります。

保存先のフォルダの例

コミット時の注意点

  • 標識の画像はパブリックドメイン・CC0・国ごとのライセンス的にokなものに限定する
  • ナンバープレートの画像を引用する場合は出典を示す必要がないとしてもライセンスと出典を示すこと
    • ライセンスを書き忘れたかどうかを後から判断するのが難しくなるため
  • Google Map・Street View

個人情報・シークレット保護フック (pre-commit)

scripts/hooks/ 配下に、個人情報・APIトークン等の誤コミットを防ぐ pre-commit フックを置いています。

初回セットアップ

npm install 時に自動で git config core.hooksPath scripts/hooks が設定されます。 別マシンで clone した直後に手動で有効化したい場合は次のいずれか:

# 推奨:npm script から
npm run install-hooks

# または直接シェルスクリプトを実行
bash scripts/hooks/install.sh

何が保護されるか

種類 動作
API トークン・秘密鍵 コミット中止 AKIA… (AWS), ghp_… (GitHub), xoxb-… (Slack), sk_live_… (Stripe), AIza… (Google), JWT, PEM 形式の秘密鍵
クレジットカード番号 コミット中止 13–19 桁で Luhn チェックに合格するもの
機密ファイル名 コミット中止 .env, id_rsa, *.pem, *.key, *.p12, credentials.json, .netrc
.ngwords 記載のNGワード コミット中止 既存の振る舞いを継続
メール/電話/郵便番号/12桁数値 警告のみ(コミット可) 誤検知が多いため
NUL バイト 自動除去してから add ステージ済みテキストファイルから

誤検知の対処

  • .piiallowlist にファイル名や文字列の正規表現を 1 行 1 件で追加すると、その値はスキャン対象から除外されます。
  • 既に example.com ドメインなどは標準で許可済み。
  • 緊急時は git commit --no-verify でフックをバイパスできます(最小限に留めること)。

動作確認

scripts/hooks/check_pii.py は単独で実行することもでき、ステージ済みの差分を直接スキャンします:

python3 scripts/hooks/check_pii.py

連絡先

問題点やミスを見つけた場合はissueを立てていただけると嬉しいです。また連絡はissueかtwitterのDMなどで受け付けています。


Personalized Google Street View pinning page(since 2023/02).

Collection of tips for guessing the country

Pages to note down tips for guessing the country and to compile links to related sites.

Attention when committing

  • Images of signs must be in the public domain only.
  • When citing license plate images, indicate the license name and the source of the citation even if the source does not need to be indicated.
    • in order to determine whether I forgot to write license name.
  • Maps, Street View, Earth

Contact

If you notice a problem, please report it via issue. I appreciate any help you can provide.

About

Google Street View pinning page for myself. 主にジオゲッサー用のGoogle ストリートビューの自分用ピンニングページ。

Topics

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Used by

Contributors

Languages