GM #siamstr เช้านี้มาปล่อย Countryside
มันคือ extensions ของ rnostr relay ที่ nostr:npub1qd6zcgzukmydscp3eyauf2dn6xzgfsevsetrls8zrzgs5t0e4fws7re0mj และ nostr:npub18k67rww6547vdf74225x4p6hfm4zvhs8t8w7hp75fcrj0au7mzxs30202m แนะนำไปเมื่อเดือนที่แล้ว
โดยตัว Countryside นี้จะเข้ามาช่วยกรองรหัสประเทศจาก IP address ของ Client ที่เชื่อมเข้ามา และรับโน๊ตเฉพาะประเทศที่กำหนดเท่านั้น ทำให้กรอง bot ได้ในระดับนึง และช่วยให้มองเห็น contents จากคนในประเทศเดียวกัน พูดภาษาเดียวกัน บน global feed มากขึ้น! ง่ายขึ้น! ทำให้ผู้ใช้ใหม่ ที่ยังไม่มีผู้จะติดตาม ทำให้ Feed Follow ว่างเปล่า การมองเห็นโน๊ตจากเพื่อนใน Area เดียวกันได้สะดวกขึ้น
เป้าหมายคือทำให้ผู้ใช้คนไทยหน้าใหม่สามารถเลือกติดตามคนไทยด้วยกันได้ง่ายขึ้น!!!
Countryside is a rnostr relay extension
from [rnostr](https://github.com/rnostr/rnostr) relay written in Rust
With country code permission extensions.
this relay can extract country code from client IP addr and accept note only if it's in the setting's List
which in result filter people on the same area and language!
## run it
วิธีการติดตั้ง relay ด้วย docker
```bash
mkdir config data
curl https://raw.githubusercontent.com/vazw/countryside/refs/heads/main/config.example.toml > ./config/config.toml
docker run -v $PWD/data:/app/data -v $PWD/config:/app/config -p 8088:8080 --name countryside -it vazw/countryside
```
https://github.com/vazw/countryside