1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00

Community channel

This commit is contained in:
topilski 2019-06-02 19:06:35 +03:00
parent 8008f8a5ae
commit a500c7f7e8
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,6 @@
PUBLIC_CONFIG = {'site': {'title': 'FastoCloud', 'keywords': 'video,cloud,iptv,service,restreamer'}, PUBLIC_CONFIG = {'site': {'title': 'FastoCloud', 'keywords': 'video,cloud,iptv,service,restreamer'},
'company': {'title': 'FastoGT', 'domain': 'https://fastogt.com'}, 'company': {'title': 'FastoGT', 'domain': 'https://fastogt.com'},
'support': {'contact_email': 'support@fastogt.com', 'support': {'contact_email': 'support@fastogt.com',
'contact_address': 'Republic of Belarus, Minsk, Stadionnay str. 5'}, 'contact_address': 'Republic of Belarus, Minsk, Stadionnay str. 5',
'community_channel': 'https://discord.gg/cnUXsws'},
'project': {'version': '1.1.0', 'version_type': 'rc'}} 'project': {'version': '1.1.0', 'version_type': 'rc'}}

View file

@ -44,6 +44,8 @@
<li><a href="https://hub.docker.com/r/fastogt/iptv">Docker Image</a></li> <li><a href="https://hub.docker.com/r/fastogt/iptv">Docker Image</a></li>
</ul> </ul>
<h2>Visit our client site: <a href="https://fastotv.com">fastotv.com</a></h2> <h2>Visit our client site: <a href="https://fastotv.com">fastotv.com</a></h2>
<h2>Connect to our community for realtime help: <a
href="{{ config['PUBLIC_CONFIG'].support.community_channel }}">Community channel</a></h2>
</div> </div>
</div> </div>
</main> </main>