@ -11,11 +11,16 @@
< / div >
< div class = "right-container" >
< div class = "right-container-content" >
< p> Welcome to Ombi, this wizard will quickly take you through the inital setup!< / p >
< br / >
< h1> Welcome to Ombi!< / h1 >
< p> This wizard will quickly take you through the inital setup!< / p >
< p > If you encounter any problems you can find help on the following platforms:< / p >
< br / >
< div class = "social-media" >
< a href = "https://discord.gg/Sa7wNWb" target = "_blank" > < i class = "fab fa-discord" > < / i > < / a >
< ul class = "fa-ul" >
< li > < a href = "https://discord.gg/Sa7wNWb" target = "_blank" > < span class = "fa-li" > < i class = "fab fa-discord" > < / i > < / span > Ombi Discord< / a >
< li > < a href = "https://github.com/Ombi-app/Ombi" target = "_blank" > < span class = "fa-li" > < i class = "fab fa-github" > < / i > < / span > Ombi Github< / a >
< li > < a href = "https://docs.ombi.app/" target = "_blank" > < span class = "fa-li" > < i class = "fas fa-book" > < / i > < / span > Ombi Documentation< / a >
< / ul >
< / div >
< / div >
< / div >
@ -27,48 +32,35 @@
< / mat-step >
< mat-step [ optional ] = " true " >
< form >
< ng-template matStepLabel > Plex< / ng-template >
< wizard-plex > < / wizard-plex >
< div >
< button mat-button matStepperPrevious > Back< / button >
< button mat-button matStepperNext > Next< / button >
< / div >
< / form >
< / mat-step >
< mat-step [ optional ] = " true " >
< form >
< ng-template matStepLabel > Emby< / ng-template >
< wizard-emby > < / wizard-emby >
< div >
< button mat-button matStepperPrevious > Back< / button >
< button mat-button matStepperNext > Next< / button >
< / div >
< / form >
< / mat-step >
< mat-step [ optional ] = " true " >
< form >
< ng-template matStepLabel > Jellyfin< / ng-template >
< wizard-jellyfin > < / wizard-jellyfin >
< div >
< button mat-button matStepperPrevious > Back< / button >
< button mat-button matStepperNext > Next< / button >
< / div >
< / form >
< / mat-step >
< mat-step >
< form >
< ng-template matStepLabel > Create a local admin< / ng-template >
< wizard-local-admin [ user ] = " localUser " > < / wizard-local-admin >
< div >
< button mat-button matStepperPrevious > Back< / button >
< button mat-button matStepperNext > Next< / button >
< / div >
< / form >
< / mat-step >
< form >
< ng-template matStepLabel > Media Server< / ng-template >
< mat-tab-group >
< mat-tab label = "Plex" > < wizard-plex > < / wizard-plex > < / mat-tab >
< mat-tab label = "Emby" > < wizard-emby > < / wizard-emby > < / mat-tab >
< mat-tab label = "Jellyfin" > < wizard-jellyfin > < / wizard-jellyfin > < / mat-tab >
< / mat-tab-group >
< / form >
< / mat-step >
< mat-step >
< form >
< ng-template matStepLabel > Create a local admin< / ng-template >
< wizard-local-admin [ user ] = " localUser " > < / wizard-local-admin >
< div >
< button mat-button matStepperPrevious > Back< / button >
< button mat-button matStepperNext > Next< / button >
< / div >
< / form >
< / mat-step >
< mat-step [ optional ] = " true " >
< form >
< ng-template matStepLabel > Ombi config< / ng-template >
< wizard-local-admin [ user ] = " localUser " > < / wizard-local-admin >
< div >
< button mat-button matStepperPrevious > Back< / button >
< button mat-button matStepperNext > Next< / button >
< / div >
< / form >
< / mat-step >
< mat-step >
< ng-template matStepLabel > Done< / ng-template >