admin: show go-vod clone tag

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/877/head
Varun Patil 2023-10-16 12:54:29 -07:00
parent 75881b33d0
commit 181c0423ff
1 changed files with 12 additions and 8 deletions

View File

@ -17,16 +17,20 @@
{{ binaryStatus('go-vod', status.govod) }} {{ binaryStatus('go-vod', status.govod) }}
</NcNoteCard> </NcNoteCard>
<NcCheckboxRadioSwitch {{ t('memories', 'If you want to use an external go-vod, make sure you have the correct tag.') }}
:disabled="!enableTranscoding" <br />
:checked.sync="config['memories.vod.external']" <code>git clone -b {{ status.govod_want }} https://github.com/pulsejet/go-vod</code>
@update:checked="update('memories.vod.external')"
type="switch"
>
{{ t('memories', 'Enable external transcoder (go-vod {version})', { version: status.govod_want }) }}
</NcCheckboxRadioSwitch>
</template> </template>
<NcCheckboxRadioSwitch
:disabled="!enableTranscoding"
:checked.sync="config['memories.vod.external']"
@update:checked="update('memories.vod.external')"
type="switch"
>
{{ t('memories', 'Enable external transcoder') }}
</NcCheckboxRadioSwitch>
<NcTextField <NcTextField
:disabled="!enableTranscoding" :disabled="!enableTranscoding"
:label="t('memories', 'Binary path (local only)')" :label="t('memories', 'Binary path (local only)')"