ownCloud recently announced version 3 of their personal cloud system. It's pretty cool! Their installation process is relatively simple - it only takes a few minutes to get it up and running on localhost:80
.
They kindly mentioned that PageKite might be useful for those who want to go a step further, and make their ownCloud visible to the public Internet.
So here is how to do just that, with automatic TLS encryption and the works:
# Install pagekite.py to /usr/local/bin:
$ curl -s https://pagekite.net/pk/ | sudo bash
# Fire it up!
$ pagekite.py 80 YOUR-NAME-HERE.pagekite.me
Voila! Your ownCloud will be publicly visible as: https://YOUR-NAME-HERE.pagekite.me/owncloud/.
Note: although PageKite is free as in freedom, the PageKite service is not gratis - it costs money to run and we are trying to make a living here! The source is available, so if you don't want to pay us you can run your own private "pagekite service". But... our trial period is long and generous and there are no strings attached. So please feel free to give it a try.
Note 2: If you don't like our curl-to-bash installer, alternate instructions are on our downloads page.
Comments
I use Arch Linux
@myhost ~]$ pagekite.py 80 procato.pagekite.me/
File "/usr/local/bin/pagekite.py", line 1172
exec __FILES[".SELF/sockschain/__init__.py"] in sys.modules["sockschain"].__dict__
^
SyntaxError: invalid syntax
Pagekite.py only works with version 2 at the moment, but it's been tested on most versions from 2.2 up to 2.7 without problems.
Je cale
Google-translate: Quel message d'erreur voyez vous? Envoyez-nous (email) plus de détails, s'il vous plaît? ;-)
#!/usr/bin/python
to
#!/usr/bin/python2
Thanks it worked like a charm, i'm publishing a osticket page on my Ubuntu Webserver and runs very nice.
I just have a question, does it have a caducity date?
Unknown problem!
Error code: (<class 'sockschain.GeneralProxyError'>, GeneralProxyError((0, 'connection closed unexpectedly'),), <traceback object at 0x7f00b049bfc8>)
Try again later?
Congrats!!!
https://YOUR-NAME-HERE.pagekite.me/ow...
Why it saying unavailable even those names are not visible on the internet.
Environment .. Raspberry pi 2 with owncloud 8
I fixe it by creating a python virtual environment (see virtual env) and running pagekite on it.
im using ubuntu 18.04 server
I followed instructions as displayed and pagekite.py has no directory
im using ubuntu 18.04 server
I followed instructions as displayed and pagekite.py has no directory"
same problem here :/ please help!
is the solution