aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2276 from Bubka/patch-1nodiscc2020-10-301-0/+1
|\ | | | | Add 2FAuth to Misc/Other
| * Add 2FAuth to Misc/OtherBubka2020-10-131-0/+1
| |
* | Merge pull request #2285 from anderspitman/patch-2nodiscc2020-10-301-1/+1
|\ \ | | | | | | Remove demo site for fibridge
| * | Remove demo site for fibridgeAnders Pitman2020-10-271-1/+1
|/ / | | | | I'm not running it anymore.
* | Merge pull request #2264 from vinodc/patch-1nodiscc2020-10-171-0/+1
|\ \ | | | | | | Add Kloudless to Software Development (non-free)
| * | Adding Kloudless to non-free self-hosted softwareVinod Chandru2020-10-061-0/+1
| | |
* | | Merge pull request #2278 from SpeksForks/masternodiscc2020-10-171-5/+5
|\ \ \ | | | | | | | | Improving readability
| * | | professionnal -> professionalPeter Thaleikis2020-10-141-1/+1
| | | |
| * | | Improving readabilityPeter Thaleikis2020-10-141-4/+4
| | |/ | |/|
* | | Merge pull request #2262 from nwerker/masternodiscc2020-10-171-0/+1
|\ \ \ | |/ / |/| | Added StackStorm to Automation Section
| * | Added StackStorm to Automation Sectionnwerker2020-10-051-0/+1
| |/ | | | | Added StackStorm (stackstorm.com) IFTTT Automation Platform to Automation Section.
* | Merge pull request #2267 from d3wy/patch-2n82252020-10-111-2/+2
|\ \ | | | | | | Updated Goodwork Demo
| * | Updated Goodworkd3wy2020-10-111-1/+1
| | | | | | | | | Changed Goodwork to their home page, added source code link to github project.
| * | Updated Goodwork Demod3wy2020-10-091-2/+2
| | | | | | | | | | | | | | | Goodwork demo was dead as identified in Issue2266, updated with link to github project page which provides a further link to a demo and credentials to access it. Similiarly updated Ethercalc's url as it has been updated (source for new url was github project)
* | | Merge pull request #2263 from gersilex/patch-1n82252020-10-111-1/+1
|\ \ \ | | | | | | | | Add "Demo" Link to "openHAB" in section "IoT"
| * | | Update license of openHAB in section IoTLeroy Förster2020-10-111-1/+1
| | | |
| * | | Add openHAB Demo LinkLeroy Förster2020-10-061-1/+1
| | |/ | |/|
* | | Merge pull request #2269 from orandin/patch-2n82252020-10-111-0/+1
|\ \ \ | | | | | | | | Adding uTask to Automation
| * | | Adding uTask to AutomationSimon Delberghe2020-10-101-0/+1
| | |/ | |/|
* | | Merge pull request #2268 from AlexFullmoon/patch-2n82252020-10-111-0/+1
|\ \ \ | | | | | | | | Add Sshwifty to Gateways and terminal sharing
| * | | fix Sshwifty language/platformnodiscc2020-10-101-1/+1
| | | |
| * | | Update README.mdAlexFullmoon2020-10-091-0/+1
| |/ /
* | | Merge pull request #2261 from alexta69/patch-1n82252020-10-111-0/+1
|\ \ \ | | | | | | | | Add MeTube to Automation
| * | | Update README.mdnodiscc2020-10-081-1/+1
| | | |
| * | | Add MeTube to AutomationAlex2020-10-051-0/+1
| | |/ | |/|
* | | Merge pull request #2270 from awesome-selfhosted/rm-nonfree-identitymgmtn82252020-10-111-4/+0
|\ \ \ | | | | | | | | non-free.md: Delete Federated Identity/Authentication section
| * | | non-free.md: Delete Federated Identity/Authentication sectionnodiscc2020-10-101-4/+0
| | | | | | | | | | | | | | | | fixes https://github.com/awesome-selfhosted/awesome-selfhosted/issues/2253
* | | | Merge pull request #2271 from awesome-selfhosted/fix-gnusocialn82252020-10-111-1/+1
|\ \ \ \ | | | | | | | | | | update GNU social source code link
| * | | | update GNU social source code linknodiscc2020-10-101-1/+1
| |/ / / | | | | | | | | | | | | fixes https://github.com/awesome-selfhosted/awesome-selfhosted/issues/2106
* | | | Merge pull request #2272 from awesome-selfhosted/rm-miniproxyn82252020-10-111-1/+0
|\ \ \ \ | |/ / / |/| | | remove miniproxy
| * | | remove miniproxynodiscc2020-10-101-1/+0
|/ / / | | | | | | | | | | | | Deprecated/no longer maintained since 2020.04.26 fixes https://github.com/awesome-selfhosted/awesome-selfhosted/issues/2084
* | / update link to unmaintained projects curation/URL cleanup issuenodiscc2020-10-101-1/+1
| |/ |/|
* | .travis.yml: re-enable builds on master branch, disable building on branch ↵nodiscc2020-10-081-4/+0
| | | | | | | | | | | | push in travis settings https://travis-ci.org/github/awesome-selfhosted/awesome-selfhosted/settings only leave "Build Pull Requests" enabled - only run Travis on PRs and from weekly cron job
* | .travis.yml: don't run any build job on pushes to masternodiscc2020-10-081-1/+4
| |
* | Merge pull request #2215 from awesome-selfhosted/cleanup-cinodiscc2020-10-083-59/+41
|\ \ | | | | | | cleanup/streamline/improve automated checks:
| * | fix Jupyter license (no space)nodiscc2020-10-081-1/+1
| | |
| * | cleanup/streamline/improve automated checks:nodiscc2020-10-082-58/+40
|/ / | | | | | | | | | | | | | | | | | | | | | | - use a single .travis-ci.yml for all check types (syntax on whole file, syntax on diff/PR, full syntax + URL checks) - only check full file syntax on pushes to master - only check diff on pushes to branches/PRs - setup a weekly cron job on https://travis-ci.org/github/awesome-selfhosted/awesome-selfhosted/settings to run thee full test suite - define all tests in Makefile, let .travis-ci.yml hanlde travis-specific logic only - rename and document makefile targets - remove obselete.duplicate bash syntax checks - check github last commit dates on github.com repositories during full checks - simplify/cleanup 'make add' target
* | update the travis CI links check badge to point to master branchnodiscc2020-10-081-1/+1
| |
* | add awesome-analytics link to PULL_REQUEST_TEMPLATE.mdnodiscc2020-10-081-1/+1
| | | | | | | | analytics section was moved there https://github.com/awesome-selfhosted/awesome-selfhosted/issues/2024
* | Merge pull request #2259 from jtagcat/block6nodiscc2020-10-081-6/+0
|\ \ | | | | | | awesome-analytics-merge: block 6
| * \ Merge branch 'master' into block6nodiscc2020-10-081-31/+5
| |\ \ | |/ / |/| |
* | | Merge pull request #2258 from jtagcat/block5nodiscc2020-10-081-8/+0
|\ \ \ | | | | | | | | awesome-analytics-merge: block 5
| * \ \ Merge branch 'master' into block5nodiscc2020-10-081-24/+4
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2257 from jtagcat/block4nodiscc2020-10-081-5/+0
|\ \ \ \ | | | | | | | | | | awesome-analytics-merge: block 4
| * \ \ \ Merge branch 'master' into block4nodiscc2020-10-081-19/+5
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #2256 from jtagcat/block3nodiscc2020-10-081-5/+0
|\ \ \ \ \ | | | | | | | | | | | | awesome-analytics-merge: block 3
| * \ \ \ \ Merge branch 'master' into block3nodiscc2020-10-081-14/+5
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #2255 from jtagcat/block2nodiscc2020-10-081-5/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | awesome-analytics-merge: block 2
| * \ \ \ \ \ Merge branch 'master' into block2nodiscc2020-10-081-8/+4
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #2254 from jtagcat/block1nodiscc2020-10-081-5/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | awesome-analytics-merge: block 1