Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tipichris/ssl4ssl
A YOURLS plugin that creates SSL short URL for SSL addresses
https://github.com/tipichris/ssl4ssl
Last synced: 2 months ago
JSON representation
A YOURLS plugin that creates SSL short URL for SSL addresses
- Host: GitHub
- URL: https://github.com/tipichris/ssl4ssl
- Owner: tipichris
- License: mit
- Created: 2016-07-23T20:25:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-16T08:40:40.000Z (over 8 years ago)
- Last Synced: 2024-08-02T06:17:34.907Z (5 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome - SSL for SSL - Generates SSL short links if the original link was SSL. (Plugins / S)
README
SSL for SSL
===========Plugin for [YOURLS](http://yourls.org).
Description
-----------
Create SSL short links when shortening SSL URLs. Eg, when shortening `https://www.google.com`
you get `https://sho.rt/ggl`I don't actually know if this is necessary or important, I just noticed that goo.gl do it :)
Installation
------------
1. In `user/plugins`, create a new folder named `ssl4ssl`.
2. Drop these files in that directory.
3. Go to the Plugins administration page ( *eg* `https://sho.rt/admin/plugins.php` ) and activate the plugin.
4. Have fun!Obviously your webserver will need to be configured for SSL, in which case
I recommend that you also have the following in `user/config.php``define( 'YOURLS_ADMIN_SSL', true);`
License
-------
MIT License