Giter VIP home page Giter VIP logo

variable-homepage's Introduction

variable-homepage

Vue.js v2.6.14 based dynamic webpage that show what services run on home server.

Screenshot

Tested with apache2 should work with anything but no guarantees for that. The used version of vue.js and bootstrap CSS are both very old these might be fine to use on home server that isn't used to host anything externally. In case you use your home server for external purposes, please do not use this project. The code quality on this is likely not that good. It's my intro to frontend frameworks and I've used some very outdated tutorials and probably not the intended way to use either of these. Regardless this might still be helpful to some people since it should be relatively light weight server side.

This version includes some assets for illustration purposes. Please adjust the services.json to your hearts content and read the recommended changes.

recomended changes

adjusting services or using an api

The JSON used should be self-explanatory. If you use logos for services like Gitea please download the image and reference them.

{
    "server": {
        "title": "Pi Zero 2 W",
        "services": [
            {
                "link": "/git/",
                "linkText": "Gitea",
                "img": "https://gitea.io/images/gitea.png",
                "imgAlt": "gitea logo"
            }
        ]
    }
}

downloads of external references

I would recommend pulling these files and replacing them for local usage to reduce dependency on external services.
I do not want to include them in the git myself since Iโ€™m not sure about some of the licenses and they aren't subject to change.

description url referenced in file
bootstrap 3 css dark theme https://bootswatch.com/3/cyborg/bootstrap.min.css js/themeswitch.js
bootstrap 3 css light theme https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css js/themeswitch.js
vue.js 2 https://cdn.jsdelivr.net/npm/vue@2/dist/vue.js index.html
axios https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js index.html

variable-homepage's People

Contributors

meshstyles avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.