2022-01-25 08:08:31 -05:00
|
|
|
{layout '../layouts/default.latte'}
|
2022-01-03 10:11:24 -05:00
|
|
|
|
2022-01-25 08:08:31 -05:00
|
|
|
{block header}
|
2022-02-06 08:22:23 -05:00
|
|
|
<p class="title">Welcome to Proxitok!</p>
|
2022-04-10 06:10:48 -04:00
|
|
|
<p class="subtitle">
|
|
|
|
Made with <span style="color: #e25555;">♥</span> in <a href="https://github.com/pablouser1/ProxiTok">Github</a>
|
|
|
|
</p>
|
2022-01-25 08:08:31 -05:00
|
|
|
{/block}
|
2022-01-03 10:11:24 -05:00
|
|
|
|
2022-01-25 08:08:31 -05:00
|
|
|
{block content}
|
2022-03-11 16:46:12 -05:00
|
|
|
<p class="title">About this instance</p>
|
2022-04-10 06:10:48 -04:00
|
|
|
<p>Version: {version()}</p>
|
2022-03-13 18:18:10 -04:00
|
|
|
<p>Forcing Legacy mode: {isset($_ENV['API_FORCE_LEGACY']) ? 'yes' : 'no'}</p>
|
2022-03-11 16:46:12 -05:00
|
|
|
<hr />
|
|
|
|
<p class="title">Why would I want to use ProxiTok?</p>
|
2022-02-06 08:22:23 -05:00
|
|
|
<p>
|
|
|
|
There are already
|
|
|
|
<a rel="nofollow" href="https://penetrum.com/tiktok/Penetrum_TikTok_Security_Analysis_whitepaper.pdf">multiple</a>
|
|
|
|
<a rel="nofollow" href="https://rufposten.de/blog/2019/12/05/privacy-analysis-of-tiktoks-app-and-website">articles</a>
|
|
|
|
<a rel="nofollow" href="https://citizenlab.ca/2021/03/tiktok-vs-douyin-security-privacy-analysis">explaining</a>
|
|
|
|
Tiktok's privacy issues.
|
|
|
|
This program allows you to browse TikTok without having to worry about privacy concerns.
|
|
|
|
</p>
|
|
|
|
<hr />
|
|
|
|
<p class="title">Third party</p>
|
|
|
|
<p>
|
|
|
|
This project wouldn't be possible without the help of the following projects:
|
|
|
|
<ul>
|
2022-03-18 10:02:26 -04:00
|
|
|
<li><a rel="nofollow" href="https://github.com/pablouser1/TikScraperPHP">TikScraperPHP</a></li>
|
2022-02-06 08:22:23 -05:00
|
|
|
<li><a rel="nofollow" href="https://github.com/nette/latte">Latte</a></li>
|
|
|
|
<li><a rel="nofollow" href="https://github.com/bramus/router">bramus/router</a></li>
|
|
|
|
<li><a rel="nofollow" href="https://github.com/vlucas/phpdotenv">PHP dotenv</a></li>
|
|
|
|
<li><a rel="nofollow" href="https://github.com/jgthms/bulma">Bulma</a> and <a href="https://github.com/jenil/bulmaswatch">Bulmaswatch</a></li>
|
|
|
|
</ul>
|
|
|
|
</p>
|
2022-01-25 08:08:31 -05:00
|
|
|
{/block}
|