2024-05-30 14:25:28 +00:00
<!--
Version 2.5.0
This is to help you track what version of LittleLink you forked.
-->
2019-12-22 03:30:05 +00:00
<!DOCTYPE html>
< html lang = "en" >
2022-02-10 02:10:24 +00:00
2019-12-22 03:30:05 +00:00
< head >
<!-- Page Information
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – -->
< meta charset = "utf-8" >
2023-06-19 06:50:41 +00:00
2024-07-20 11:15:14 +00:00
< title > PTR Cloud< / title >
2021-10-17 05:11:48 +00:00
< meta name = "description" content = "Find me!" >
2024-07-20 11:15:14 +00:00
< meta name = "author" content = "PTR Cloud" >
2019-12-22 03:30:05 +00:00
<!-- Mobile Specific Metas
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – -->
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2022-02-09 14:50:46 +00:00
2019-12-22 03:30:05 +00:00
<!-- CSS
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – -->
< link rel = "stylesheet" href = "css/normalize.css" >
2022-02-09 14:50:46 +00:00
<!-- Themes:
Auto: css/skeleton-auto.css
Light: css/skeleton-light.css
Dark: css/skeleton-dark.css
-->
2022-02-24 16:20:55 +00:00
< link rel = "stylesheet" href = "css/skeleton-dark.css" >
2022-02-09 14:50:46 +00:00
2022-11-11 04:38:11 +00:00
<!-- Brand Styles -->
< link rel = "stylesheet" href = "css/brands.css" >
2019-12-22 03:30:05 +00:00
2022-02-09 14:50:46 +00:00
2019-12-22 03:30:05 +00:00
<!-- Favicon
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – -->
2024-02-04 06:15:20 +00:00
< link rel = "icon" type = "image/webp" href = "images/avatar.webp" >
2021-10-23 13:07:26 +00:00
<!-- Analytics -->
2022-10-02 05:34:37 +00:00
< script >
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
2024-07-15 04:47:23 +00:00
var u="https://stats.ptr.moe/";
2022-10-02 05:34:37 +00:00
_paq.push(['setTrackerUrl', u+'86eff12f2496']);
_paq.push(['setSiteId', '2']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'dd168412e25a.js'; s.parentNode.insertBefore(g,s);
})();
< / script >
2019-12-22 03:30:05 +00:00
< / head >
2022-02-10 02:10:24 +00:00
2019-12-22 03:30:05 +00:00
< body >
<!-- Primary Page Layout
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – -->
< div class = "container" >
< div class = "row" >
< div class = "column" style = "margin-top: 10%" >
2021-05-19 04:36:04 +00:00
2024-02-04 06:15:20 +00:00
< img src = "images/avatar.webp" alt = "Avatar" width = "125" height = "125" style = "border-radius: 50%;" >
2019-12-22 03:30:05 +00:00
<!-- Your Name -->
2024-07-20 11:15:14 +00:00
< h1 > PTR Cloud< / h1 >
2022-08-20 13:38:08 +00:00
2019-12-22 03:30:05 +00:00
<!-- Short Bio -->
2022-08-20 13:32:54 +00:00
< br >
2024-07-20 11:15:14 +00:00
< h3 > A Privacy Oriented Self-Hosted Service< / h3 >
< br >
< p style = "text-align: justify; max-width: 800px; margin: 0 auto;" > You're free to use our services as you see fit, with one crucial condition: < b > don't get us in trouble with our hoster.< / b > As long as you abide by this rule, we won't interfere with how you use our services. < / p > < br > < p style = "text-align: justify; max-width: 800px; margin: 0 auto;" > Access to most of the services is controlled through a Single Sign-On (SSO) system. If you need access to any of the services listed below, please email < a href = "mailto:baalajimaestro@ptr.moe" > baalajimaestro@ptr.moe< / a > . We'll be happy to set you up. < / p > < br > < p style = "text-align: justify; max-width: 800px; margin: 0 auto;" > If you come across a PTR Cloud service not listed here, it's likely a private service for friends and family.< / p >
2022-08-20 13:32:54 +00:00
< br >
< br >
2021-05-19 04:36:04 +00:00
2024-07-20 11:15:14 +00:00
<!-- Gitea -->
< a class = "button button-letterboxd" href = "https://git.ptr.moe/" target = "_blank" rel = "noopener" > < img class = "icon" src = "images/icons/gitea.svg" alt = "Gitea Logo" > Forgejo< / a >
< br >
2019-12-22 03:30:05 +00:00
2024-07-20 11:15:14 +00:00
<!-- Standard Notes -->
< a class = "button button-read-cv" href = "https://notes.ptr.moe" target = "_blank" rel = "noopener" > < img class = "icon" src = "images/icons/read-cv.svg" alt = "Standard Notes Logo" > Standard Notes< / a >
2022-08-20 13:32:54 +00:00
< br >
2021-05-19 04:36:04 +00:00
2024-07-20 11:15:14 +00:00
<!-- Minio -->
< a class = "button button-google-black" href = "https://cloud.ptr.moe" target = "_blank" rel = "noopener" > < img class = "icon" src = "images/icons/minio-1.svg" alt = "Minio Logo" > Minio< / a >
2022-08-20 13:32:54 +00:00
< br >
2021-05-19 04:36:04 +00:00
2024-07-20 11:15:14 +00:00
<!-- Bitwarden -->
< a class = "button button-x" href = "https://bw.ptr.moe" target = "_blank" rel = "noopener" > < img class = "icon" src = "images/icons/shield-blue.svg" alt = "Bitwaden Logo" > Bitwarden< / a >
2022-08-20 13:32:54 +00:00
< br >
2021-05-19 04:36:04 +00:00
2024-07-20 11:15:14 +00:00
<!-- Immich -->
< a class = "button button-google-black" href = "https://pics.ptr.moe" target = "_blank" rel = "noopener" > < img class = "icon" src = "images/icons/immich-logo.svg" alt = "Immich Logo" > Immich< / a >
2022-08-20 13:32:54 +00:00
< br >
2021-05-19 04:36:04 +00:00
2024-07-20 11:15:14 +00:00
<!-- SyncPlay -->
< a class = "button button-google-black" href = "#" target = "_blank" rel = "noopener" > < img class = "icon" src = "images/icons/youtube-music.svg" alt = "Instagram Logo" > syncplay.ptr.moe:26983 on SyncPlay< / a >
2024-07-15 04:47:23 +00:00
< br >
2024-07-20 11:15:14 +00:00
<!-- Quassel -->
< a class = "button button-github" href = "#" target = "_blank" rel = "noopener" > < img class = "icon" src = "images/icons/generic-sms.svg" alt = "IRC Logo" > quassel.ptr.moe:10821 on Quassel Core< / a >
2019-12-22 03:30:05 +00:00
< br >
2024-07-20 11:15:14 +00:00
<!-- Stack Overflow -->
< a class = "button button-stack-overflow" href = "https://stack.ptr.moe" target = "_blank" rel = "noopener" > < img class = "icon" src = "images/icons/stack-overflow.svg" alt = "Stack Overflow Logo" > Overflow< / a >
2019-12-22 03:30:05 +00:00
< br >
2022-08-20 13:32:54 +00:00
2024-07-20 11:15:14 +00:00
<!-- Quetre -->
< a class = "button button-kick" href = "https://quetre.ptr.moe" target = "_blank" rel = "noopener" > < img class = "icon" src = "images/icons/generic-blog.svg" alt = "Quora Logo" > Quetre< / a >
2021-08-14 23:10:36 +00:00
< br >
2020-12-09 21:50:33 +00:00
< br >
2022-08-20 13:32:54 +00:00
2022-05-23 18:48:10 +00:00
< p > < a href = "privacy.html" > Privacy Policy< / a > | Build your own by forking < a href = "https://littlelink.io" target = "_blank" rel = "noopener" > LittleLink< / a > .< / p >
2019-12-22 03:30:05 +00:00
< / div >
< / div >
< / div >
2022-02-10 02:10:24 +00:00
<!-- End Document
2019-12-22 03:30:05 +00:00
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – -->
< / body >
2022-02-10 02:10:24 +00:00
2019-12-22 03:30:05 +00:00
< / html >