Skip to content

Create separate repositories for interfaces? #137

@simonvanderveldt

Description

@simonvanderveldt

Would it be an option to create separate repositories for each interface (Android and web)?
IMHO that makes building them properly a lot cleaner (I know "building" the static web interface files isnt' really necessary, but I use a Docker image to serve the web interface :)).

I've already created an example https://github.com/simonvanderveldt/homA-web, basically by doing as described here https://help.github.com/articles/splitting-a-subfolder-out-into-a-new-repository/

# Filter directory
git filter-branch --prune-empty --subdirectory-filter \interfaces\webinterface master
# Add new remote
git remote set-url origin https://github.com/binarybucks/homA-web/
# Push

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions